Browse Source

Update a comment.

Naotoshi Fujita 2 years ago
parent
commit
f1dc1a56b3
1 changed files with 1 additions and 1 deletions
  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;