noc-book-2/errata.md
2024-10-21 19:12:09 -04:00

28 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Errata
This page tracks errors that have been corrected since the September 3, 2024 publication date. These errors have been corrected in the website version of the book, but not the print edition.
## Introduction
- New p5.js "Get Started" link: https://p5js.org/tutorials/get-started/, [#1005](https://github.com/nature-of-code/noc-book-2/issues/1005)
## Chapter 0
- minus signs were en dashes in the code in the `step()` function related to floating point numbers, [#1037](https://github.com/nature-of-code/noc-book-2/issues/1037)
- Exercise 0.1 - changed to "A partial solution..." [#1034](https://github.com/nature-of-code/noc-book-2/issues/1034)
## Chapter 1
- "Referring back to Exercise 0.6" -> Example 0.6, "[#979](https://github.com/nature-of-code/noc-book-2/pull/979)
## Chapter 3
- "Think about whats going here." -> "Think about whats going on here.", [#968](https://github.com/nature-of-code/noc-book-2/pull/968)
## Chapter 9
- Step 2: Selection table "0.1" -> "0.15", [#968](https://github.com/nature-of-code/noc-book-2/pull/968)
## Chapter 10
- "finshedTraining" -> "finishedTraining", [#1028](https://github.com/nature-of-code/noc-book-2/issues/1028)