Update README.md
This commit is contained in:
@@ -193,9 +193,12 @@ julia> show(if x > 0
|
|||||||
nothing
|
nothing
|
||||||
```
|
```
|
||||||
|
|
||||||
### Chapter 3, section 3.2.3, pages 58-59
|
### Chapter 3, section 3.2.3, pages 58
|
||||||
|
|
||||||
* middle of page 58: `y[end - the + 1] = y[end -- k]` should be `y[end - i + 1] = y[end - k]`
|
* middle of page 58: `y[end - the + 1] = y[end -- k]` should be `y[end - i + 1] = y[end - k]`
|
||||||
|
|
||||||
|
### Chapter 3, section 3.2.3, pages 59
|
||||||
|
|
||||||
* top of page 59: `sort(v::AbstractVector; kwthe.)` should be `sort(v::AbstractVector; kws...)`
|
* top of page 59: `sort(v::AbstractVector; kwthe.)` should be `sort(v::AbstractVector; kws...)`
|
||||||
|
|
||||||
### Chapter 6, section 6.4.1, page 132
|
### Chapter 6, section 6.4.1, page 132
|
||||||
|
|||||||
Reference in New Issue
Block a user