chore: comment typo [skip ci] (#12359)

This commit is contained in:
Si Nguyen 2021-11-16 20:09:25 +07:00 committed by GitHub
parent f1f218f800
commit 05d05c0e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ export function isPrimitive (value: any): boolean %checks {
/**
* Quick object check - this is primarily used to tell
* Objects from primitive values when we know the value
* objects from primitive values when we know the value
* is a JSON-compliant type.
*/
export function isObject (obj: mixed): boolean %checks {