Skip to content

Commit

Permalink
[fei4636.2] Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Jul 8, 2022
1 parent 12da208 commit d7bbbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/src/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Return an array of the enumerable keys of an object.
*
* @param {$ReadOnly<{[mixed]: mixed}>} obj The object for which the values are
* @param {$ReadOnly<{[string]: mixed}>} obj The object for which the values are
* to be returned.
* @returns {Array<$Keys<O>>} An array of the enumerable keys of an object.
*/
Expand Down

0 comments on commit d7bbbf6

Please sign in to comment.