diff options
| author | Matthew Kraai <kraai@ftbfs.org> | 2019-12-06 09:55:28 -0800 |
|---|---|---|
| committer | Matthew Kraai <kraai@ftbfs.org> | 2019-12-08 08:21:27 -0500 |
| commit | 852be72c433a02f0c3cb28f6703c2b08f2067831 (patch) | |
| tree | 4f8ab6fad7338960465edbcd185d0c4b62c1d575 | |
| parent | 76d3003d4c4ad12f96e2655042f409de5f198c24 (diff) | |
| download | rust-852be72c433a02f0c3cb28f6703c2b08f2067831.tar.gz rust-852be72c433a02f0c3cb28f6703c2b08f2067831.zip | |
Change "though" to "through" in `Alloc`'s docs
| -rw-r--r-- | src/libcore/alloc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc.rs b/src/libcore/alloc.rs index 7d69d284603..f88415e16e3 100644 --- a/src/libcore/alloc.rs +++ b/src/libcore/alloc.rs @@ -388,7 +388,7 @@ impl fmt::Display for CannotReallocInPlace { } /// A memory allocator that can be registered as the standard library’s default -/// though the `#[global_allocator]` attributes. +/// through the `#[global_allocator]` attributes. /// /// Some of the methods require that a memory block be *currently /// allocated* via an allocator. This means that: |
