Merge pull request #544 from kneepdee/typo

Fix typo: change 'if' to 'is'
This commit is contained in:
Ilya Kantor 2018-10-07 16:02:26 +03:00 committed by GitHub
commit c2dc7e0de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,5 @@ The result of `2 && 3 = 3`, so the expression becomes:
null || 3 || 4
```
Now the result if the first truthy value: `3`.
Now the result is the first truthy value: `3`.