]> git.lizzy.rs Git - rust.git/commitdiff
Change "though" to "through" in `Alloc`'s docs
authorMatthew Kraai <kraai@ftbfs.org>
Fri, 6 Dec 2019 17:55:28 +0000 (09:55 -0800)
committerMatthew Kraai <kraai@ftbfs.org>
Sun, 8 Dec 2019 13:21:27 +0000 (08:21 -0500)
src/libcore/alloc.rs

index 7d69d2846038b081339555409583d81e1cd23f6b..f88415e16e33c20b7d6cd337aaa5781bdc22be11 100644 (file)
@@ -388,7 +388,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
 }
 
 /// 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: