Fix minor doc typos
This commit is contained in:
parent
2c8b112580
commit
b9a026afba
27 changed files with 55 additions and 55 deletions
|
@ -804,7 +804,7 @@ pub trait CloneableVector<T> {
|
|||
/// Copy `self` into a new owned vector
|
||||
fn to_owned(&self) -> ~[T];
|
||||
|
||||
/// Convert `self` into a owned vector, not making a copy if possible.
|
||||
/// Convert `self` into an owned vector, not making a copy if possible.
|
||||
fn into_owned(self) -> ~[T];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue