Skip to content

Commit

Permalink
Fix typo in utils doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeel Mohamed committed Nov 19, 2015
1 parent 812e0b2 commit a1cf6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ utils.orByProp = function(prop) {
};

/**
* Like <code>utils.orByProp()</code> but for a false property.
* Like <code>utils.orByProp()</code> but for a falsey property.
* The first argument after <code>prop</code> with that property
* defined will be returned.
* Useful for Booleans and numbers.
Expand Down

0 comments on commit a1cf6d6

Please sign in to comment.