Skip to content

Commit

Permalink
Update errata.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammie Bae authored Sep 23, 2019
1 parent ea1f3d0 commit 14ed21a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ matrix3by3[2]; // [7,8,9]

***

### Chapter 3

**Before**:
```
-Infinity < Number.MIN_SAFE_INTEGER < Number.MIN_VALUE < 0 < Number.MAX_SAFE_INTEGER < Number.MAX_VALUE < Infinity.
```

**After**:
```
-Infinity < Number.MIN_SAFE_INTEGER < 0 < Number.MIN_VALUE < Number.MAX_SAFE_INTEGER < Number.MAX_VALUE < Infinity.
```

***

### page 130
On **page 130** [Summary of error]:

Expand Down

0 comments on commit 14ed21a

Please sign in to comment.