code-ify stopIteration in the docs

This commit is contained in:
Jeremy Ashkenas
2009-11-18 16:11:35 -05:00
parent c9e46262ab
commit 86e6dd58c2

View File

@@ -920,7 +920,7 @@ _([1, 2, 3]).value();
<p>
<b class="header">0.4.3</b><br />
Started using the native StopIteration object in browsers that support it.
Started using the native <tt>StopIteration</tt> object in browsers that support it.
Fixed Underscore setup for CommonJS environments.
</p>