Skip to content

Commit

Permalink
Fixes jashkenas#1192 -- documentation clarification for isNaN
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 25, 2013
1 parent a0d9e1c commit 4b36875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ <h2 id="objects">Object Functions</h2>
<br />
Returns <i>true</i> if <b>object</b> is <i>NaN</i>.<br /> Note: this is not
the same as the native <b>isNaN</b> function, which will also return
true if the variable is <i>undefined</i>.
true for many other not-number values, such as <tt>undefined</tt>.
</p>
<pre>
_.isNaN(NaN);
Expand Down

0 comments on commit 4b36875

Please sign in to comment.