Fixed several typos in libcollections

This commit is contained in:
Alex Gaynor 2014-11-16 08:28:13 -08:00
parent 321488b675
commit 33345dae0c
5 changed files with 8 additions and 8 deletions

View file

@ -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