rustdoc: Add copy to the description of repeat
This commit is contained in:
parent
534ddc6166
commit
f4ffdbfaad
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ impl<T> [T] {
|
|||
hack::into_vec(self)
|
||||
}
|
||||
|
||||
/// Creates a vector by repeating a slice `n` times.
|
||||
/// Creates a vector by copying a slice `n` times.
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue