Merge pull request #409 from Satoriq/patch-1

Fix typo
This commit is contained in:
Ilya Kantor 2018-03-31 22:55:28 +03:00 committed by GitHub
commit 5c378fbd6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ try {
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: