We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279a780 commit 5533a47Copy full SHA for 5533a47
src/libcollections/slice.rs
@@ -579,7 +579,7 @@ pub trait MutableVectorAllocating<'a, T> {
579
*
580
* * src - A mutable vector of `T`
581
* * start - The index into `src` to start copying from
582
- * * end - The index into `str` to stop copying from
+ * * end - The index into `src` to stop copying from
583
*/
584
fn move_from(self, src: Vec<T>, start: uint, end: uint) -> uint;
585
}
0 commit comments