Update README.md

This commit is contained in:
Bogumił Kamiński 2023-02-19 23:18:18 +01:00 committed by GitHub
parent 0bf0d760d1
commit 1e22d04096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,3 +197,7 @@ nothing
* middle of page 58: `y[end - the + 1] = y[end -- k]` should be `y[end - i + 1] = y[end - k]`
* top of page 59: `sort(v::AbstractVector; kwthe.)` should be `sort(v::AbstractVector; kws...)`
### Chapter 6, section 6.4.1, page 132
* middle of Listing 6.4: `codeunits("?")` should be `codeunits("ε")`