We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf243f9 + 66c036c commit d0affa5Copy full SHA for d0affa5
src/libcollections/list.rs
@@ -46,7 +46,7 @@ pub fn foldl<T:Clone,U>(z: T, ls: @List<U>, f: |&T, &U| -> T) -> T {
46
/**
47
* Search for an element that matches a given predicate
48
*
49
- * Apply function `f` to each element of `v`, starting from the first.
+ * Apply function `f` to each element of `ls`, starting from the first.
50
* When function `f` returns true then an option containing the element
51
* is returned. If `f` matches no elements then none is returned.
52
*/
0 commit comments