Skip to content

Commit

Permalink
Merge pull request #220 from sarenji/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Core/List docs.
  • Loading branch information
stevedekorte committed Jun 22, 2012
2 parents a31c243 + 590d503 commit f612a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/Core/Core/List/index.html
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 f612a4a

Please sign in to comment.