Skip to content

Commit cef1539

Browse files
committed
Long lines
1 parent a75c0b3 commit cef1539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/vec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,8 @@ pub pure fn reversed<T: Copy>(v: &[const T]) -> ~[T] {
11821182
* # Arguments
11831183
*
11841184
* * `v` - A vector, to be iterated over
1185-
* * `f` - A closure to do the iterating. Within this closure, return true to continue iterating, false to break.
1185+
* * `f` - A closure to do the iterating. Within this closure, return true to
1186+
* * continue iterating, false to break.
11861187
*
11871188
* # Examples
11881189
* ~~~

0 commit comments

Comments
 (0)