Skip to content

Commit

Permalink
[fix] doc typo in lib/stdlib/core/list.opa
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtu committed Dec 6, 2012
1 parent ba699f8 commit 76b4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/core/list.opa
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ List = {{
* @param f A function invoked at each element of the
* list to update the data.
* @param l The list to visit.
* @param The initial data. If the list is empty, this
* @param init The initial data. If the list is empty, this
* will also be the result.
*/
fold(f:'item, 'acc -> 'acc, l: list('item), init:'acc ): 'acc =
Expand Down

0 comments on commit 76b4672

Please sign in to comment.