Fix typo
This commit is contained in:
parent
9365275467
commit
c67ed3ea06
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ try {
|
||||||
|
|
||||||
As we can see, that's a `SyntaxError`.
|
As we can see, that's a `SyntaxError`.
|
||||||
|
|
||||||
And in our case, the absense of `name` could be treated as a syntax error also, assuming that users must have a `name`.
|
And in our case, the absence of `name` could be treated as a syntax error also, assuming that users must have a `name`.
|
||||||
|
|
||||||
So let's throw it:
|
So let's throw it:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue