Skip to content

Commit 319ec56

Browse files
Michel CharpentierMichel Charpentier
authored andcommitted
Add typo to errata.
1 parent 2fb5701 commit 319ec56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

errata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ title: Errata
3333
```scala
3434
def getAll: List[String] = synchronized(ArrayList(contents))
3535
```
36-
36+
37+
- **p. 308:** In the third paragraph, "let in run" should be "let it run".
38+
3739
- **p. 353:** Although harmless, the test `|| !queue.isEmpty` inside `writeTask` is unnecessary and can be removed.
3840

3941
- **p. 418:** The `{runner-seq}` line in the `Runner` listing is leftover LaTeX due to last minute changes; it is not part of the code and should be ignored.

0 commit comments

Comments
 (0)