Skip to content

Commit a1cf6d6

Browse files
author
Shakeel Mohamed
committed
Fix typo in utils doc comment
1 parent 812e0b2 commit a1cf6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ utils.orByProp = function(prop) {
261261
};
262262

263263
/**
264-
* Like <code>utils.orByProp()</code> but for a false property.
264+
* Like <code>utils.orByProp()</code> but for a falsey property.
265265
* The first argument after <code>prop</code> with that property
266266
* defined will be returned.
267267
* Useful for Booleans and numbers.

0 commit comments

Comments
 (0)