Merge pull request #459 from Vizantiyec/patch-1
typo absense -> absence
This commit is contained in:
commit
a22c2a3d29
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ try {
|
|||
}
|
||||
```
|
||||
|
||||
Here `JSON.parse` runs normally, but the absense of `"name"` is actually an error for us.
|
||||
Here `JSON.parse` runs normally, but the absence of `"name"` is actually an error for us.
|
||||
|
||||
To unify error handling, we'll use `throw` operator.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue