Skip to content

Commit 9689bbd

Browse files
chore: address commit comments for commit 1acd7fc (issue #7914)
Signed-off-by: Srinivas Batthula <[email protected]>
1 parent 4589cee commit 9689bbd

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/utils/none-own-by/lib

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/utils/none-own-by/lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
* }
3232
*
3333
* var obj = {
34-
* a : 10,
35-
* b : 12,
36-
* c : 15
34+
* 'a' : 10,
35+
* 'b' : 12,
36+
* 'c' : 15
3737
* };
3838
*
3939
* var bool = noneOwnBy( obj, isUnderage );

0 commit comments

Comments
 (0)