We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812e0b2 commit a1cf6d6Copy full SHA for a1cf6d6
utils.js
@@ -261,7 +261,7 @@ utils.orByProp = function(prop) {
261
};
262
263
/**
264
- * Like <code>utils.orByProp()</code> but for a false property.
+ * Like <code>utils.orByProp()</code> but for a falsey property.
265
* The first argument after <code>prop</code> with that property
266
* defined will be returned.
267
* Useful for Booleans and numbers.
0 commit comments