Fix some typos
This commit is contained in:
parent
59f6b8338e
commit
3ab86fbab2
53 changed files with 83 additions and 82 deletions
|
@ -653,7 +653,7 @@ impl String {
|
|||
/// * `capacity` needs to be the correct value.
|
||||
///
|
||||
/// Violating these may cause problems like corrupting the allocator's
|
||||
/// internal datastructures.
|
||||
/// internal data structures.
|
||||
///
|
||||
/// The ownership of `ptr` is effectively transferred to the
|
||||
/// `String` which may then deallocate, reallocate or change the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue