Naotoshi Fujita 2 anni fa
parent
commit
f1dc1a56b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/js/utils/object/ownKeys/ownKeys.ts

+ 1 - 1
src/js/utils/object/ownKeys/ownKeys.ts

@@ -1,4 +1,4 @@
 /**
- * An alias of Object.keys
+ * An alias of `Object.keys()`
  */
 export const ownKeys = Object.keys;