sdxjs icon indicating copy to clipboard operation
sdxjs copied to clipboard

There's an annotation mistake in the image

Open perterHUAN opened this issue 11 months ago • 1 comments

While reading through Chapter 2 Systems Programming, I discovered an annotation mistake in the image where it should say '6. print' instead of '6. save for later'. image

perterHUAN avatar Apr 02 '24 08:04 perterHUAN

In Chapter 2, Figure 2.8, I have spotted an additional annotation error; it should correctly state '9 call function' instead of '9 copy file'. fs.ensureDir(dst, ...) should be fs.ensureDir(dstDir,...) image

perterHUAN avatar Apr 03 '24 12:04 perterHUAN