Skip to content

Commit

Permalink
Fix typo in Core/List docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarenji committed Jun 22, 2012
1 parent a31c243 commit 590d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/Core/Core/List/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ <h1>Io Reference</h1>
<p>
<div class=slotDescription>
Also known as foldl or inject. Combines values in target starting on the left.
If no initial value is paseed the head of the list is used. <br />
If no initial value is passed the head of the list is used. <br />
<pre>
Io> list(1, 2, 3) reduce(+)
==> 6
Expand Down

0 comments on commit 590d503

Please sign in to comment.