Merge pull request #112 from jkomyno/patch-1

Fixed typo
This commit is contained in:
Angelos Chalaris
2017-12-14 13:45:48 +02:00
committed by GitHub

View File

@@ -562,7 +562,7 @@ const isBoolean = val => typeof val === 'boolean';
``` ```
[⬆ back to top](#table-of-contents) [⬆ back to top](#table-of-contents)
### Is boolean ### Is function
Use `typeof` to check if a value is classified as a function primitive. Use `typeof` to check if a value is classified as a function primitive.