Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/utils/none-own-by/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
* }
*
* var obj = {
* a : 10,
* b : 12,
* c : 15
* 'a' : 10,
* 'b' : 12,
* 'c' : 15
* };
*
* var bool = noneOwnBy( obj, isUnderage );
Expand Down
Loading