about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Kraai <kraai@ftbfs.org>2019-12-06 09:55:28 -0800
committerMatthew Kraai <kraai@ftbfs.org>2019-12-08 08:21:27 -0500
commit852be72c433a02f0c3cb28f6703c2b08f2067831 (patch)
tree4f8ab6fad7338960465edbcd185d0c4b62c1d575
parent76d3003d4c4ad12f96e2655042f409de5f198c24 (diff)
downloadrust-852be72c433a02f0c3cb28f6703c2b08f2067831.tar.gz
rust-852be72c433a02f0c3cb28f6703c2b08f2067831.zip
Change "though" to "through" in `Alloc`'s docs
-rw-r--r--src/libcore/alloc.rs2
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: