docs: Fix typo
This commit is contained in:
parent
60184d12b6
commit
143039ca43
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ pub pure fn connect<T: Copy>(v: &[~[T]], sep: &T) -> ~[T] {
|
|||
* # Arguments
|
||||
* * `z` - initial accumulator value
|
||||
* * `v` - vector to iterate over
|
||||
* * `p` - a closure to do operate on vector elements
|
||||
* * `p` - a closure to operate on vector elements
|
||||
*
|
||||
* # Examples
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue