This commit is contained in:
Andrew 2018-03-14 14:35:32 +02:00 committed by GitHub
parent 9365275467
commit c67ed3ea06
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: