Fixed several typos in libcollections
This commit is contained in:
parent
321488b675
commit
33345dae0c
5 changed files with 8 additions and 8 deletions
|
|
@ -549,7 +549,7 @@ impl String {
|
|||
///
|
||||
/// # Warning
|
||||
///
|
||||
/// This is a O(n) operation as it requires copying every element in the
|
||||
/// This is an O(n) operation as it requires copying every element in the
|
||||
/// buffer.
|
||||
///
|
||||
/// # Panics
|
||||
|
|
@ -586,7 +586,7 @@ impl String {
|
|||
///
|
||||
/// # Warning
|
||||
///
|
||||
/// This is a O(n) operation as it requires copying every element in the
|
||||
/// This is an O(n) operation as it requires copying every element in the
|
||||
/// buffer.
|
||||
///
|
||||
/// # Panics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue