We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39c53d commit f9b39d0Copy full SHA for f9b39d0
2 files changed
21_skillsharing.md
@@ -160,7 +160,7 @@ A `GET` request to `/talks` returns a JSON document like this:
160
[{"title": "Unituning",
161
"presenter": "Jamal",
162
"summary": "Modifying your cycle for extra style",
163
- "comments": []}]}
+ "comments": []}]
164
```
165
166
{{index "PUT method", URL}}
html/errata.html
@@ -84,6 +84,11 @@ <h2>Chapter 20</h2>
84
Creation</em>: <code>MKCOL</code> stands for “make collection”, not “make
85
column” as the book claims.</p>
86
87
+<h2>Chapter 21</h2>
88
+
89
+<p><strong>Page 373</strong> <em>HTTP Interface</em>: There is a
90
+superfluous closing brace at the end of the example JSON snippet.</p>
91
92
<h2>Exercise Hints</h2>
93
94
<p><strong>Page 414</strong> <em>A Modular Robot</em>:
0 commit comments