Skip to content

Commit 143039c

Browse files
committed
docs: Fix typo
1 parent 60184d1 commit 143039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ pub pure fn connect<T: Copy>(v: &[~[T]], sep: &T) -> ~[T] {
928928
* # Arguments
929929
* * `z` - initial accumulator value
930930
* * `v` - vector to iterate over
931-
* * `p` - a closure to do operate on vector elements
931+
* * `p` - a closure to operate on vector elements
932932
*
933933
* # Examples
934934
*

0 commit comments

Comments
 (0)