Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jan 9, 2019
1 parent b65844f commit f6920b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -670,7 +670,7 @@ for the list of changes made since `v2.0.0-alpha.1`.
| `new Date('')` | `false` | `false` |
| `new Date(1488370835081)` | `true` | `true` |
| `new Date(NaN)` | `false` | `false` |
| `'2016-01-01'` | `TypeError` | `true` |
| `'2016-01-01'` | `TypeError` | `false` |
| `''` | `TypeError` | `false` |
| `1488370835081` | `TypeError` | `true` |
| `NaN` | `TypeError` | `false` |
Expand Down
3 changes: 0 additions & 3 deletions docs/strings.md

This file was deleted.

0 comments on commit f6920b8

Please sign in to comment.