diff options
| author | Bastien Orivel <eijebong@bananium.fr> | 2017-08-11 20:34:14 +0200 |
|---|---|---|
| committer | Bastien Orivel <eijebong@bananium.fr> | 2017-08-12 14:01:11 +0200 |
| commit | 3ab86fbab281ca059731c31fa2aee5d9afc7e6dc (patch) | |
| tree | 27758d734abda3918162b48a379a9dbf556a4a84 /src/liballoc/string.rs | |
| parent | 59f6b8338e866b022941ff78ccc82ccef73a52fd (diff) | |
| download | rust-3ab86fbab281ca059731c31fa2aee5d9afc7e6dc.tar.gz rust-3ab86fbab281ca059731c31fa2aee5d9afc7e6dc.zip | |
Fix some typos
Diffstat (limited to 'src/liballoc/string.rs')
| -rw-r--r-- | src/liballoc/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs index 322b137e99f..3ed5d2df1ab 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -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 |
