Explorar o código

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

Si Nguyen %!s(int64=4) %!d(string=hai) anos
pai
achega
05d05c0e69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/shared/util.js

+ 1 - 1
src/shared/util.js

@@ -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 {