Skip to content

Commit d632312

Browse files
committed
Fix a small mistake in Chapter 20
And add an errata.
1 parent f501fa1 commit d632312

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

20_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ way to _create_ a ((directory)).
11281128

11291129
{{index "MKCOL method", "mkdir function"}}
11301130

1131-
Add support for the `MKCOL` method ("make column"), which should create
1131+
Add support for the `MKCOL` method ("make collection"), which should create
11321132
a directory by calling `mkdir` from the `fs` module. `MKCOL` is not a
11331133
widely used HTTP method, but it does exist for this same purpose in
11341134
the _((WebDAV))_ standard, which specifies a set of conventions on top

html/errata.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ <h2>Chapter 2</h2>
2727
<p><strong>Page 34</strong> (Updating Bindings Succintly): Where it
2828
says <code>counter-</code> it should be <code>counter--</code>.</p>
2929

30+
<h2>Chapter 20</h2>
31+
32+
<p><strong>Page 369</strong> (Directory Creation): `MKCOL` stands for
33+
"make collection", not "make column" as the book claims.</p>
34+
3035
</article>

0 commit comments

Comments
 (0)