Skip to content

Commit bb02ef0

Browse files
committed
correct mcculloch spelling
1 parent cdd3b56 commit bb02ef0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/errata/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Contributor list:
4242

4343
### Errata
4444

45+
pg. 18
46+
47+
"McCullock" should me spelled "McCulloch."
48+
4549
pg. 28
4650

4751
In the code example in the info box (`sum([j * j for i, j in zip(a, b)])`), it should be `i * j`, not ``j * j``; otherwise, we would be calculating b^T b, not a^T b.

0 commit comments

Comments
 (0)