Skip to content

Commit f9b39d0

Browse files
committed
Fix extra closing brace at end of JSON example in Chapter 21
Closes marijnh#491
1 parent c39c53d commit f9b39d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

21_skillsharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ A `GET` request to `/talks` returns a JSON document like this:
160160
[{"title": "Unituning",
161161
"presenter": "Jamal",
162162
"summary": "Modifying your cycle for extra style",
163-
"comments": []}]}
163+
"comments": []}]
164164
```
165165

166166
{{index "PUT method", URL}}

html/errata.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Chapter 20</h2>
8484
Creation</em>: <code>MKCOL</code> stands for “make collection”, not “make
8585
column” as the book claims.</p>
8686

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+
8792
<h2>Exercise Hints</h2>
8893

8994
<p><strong>Page 414</strong> <em>A Modular Robot</em>:

0 commit comments

Comments
 (0)