Skip to content

Commit

Permalink
Fixed documentation typo. Renamed _.isFuction to _.isString.
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Apr 4, 2010
1 parent c8858f4 commit f0427da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -863,7 +863,7 @@ <h2>Object Functions</h2>
Returns <i>true</i> if <b>object</b> is a String.
</p>
<pre>
_.isFunction("moe");
_.isString("moe");
=&gt; true
</pre>

Expand Down

0 comments on commit f0427da

Please sign in to comment.