Merge pull request #2537 from joaquinelio/patch-6

typo
This commit is contained in:
Ilya Kantor 2021-03-26 08:25:53 +03:00 committed by GitHub
commit 211e13070c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,4 @@ function checkAge(age) {
}
```
Note that the parentheses around `age > 18` are not required here. They exist for better readabilty.
Note that the parentheses around `age > 18` are not required here. They exist for better readability.