From 852be72c433a02f0c3cb28f6703c2b08f2067831 Mon Sep 17 00:00:00 2001 From: Matthew Kraai Date: Fri, 6 Dec 2019 09:55:28 -0800 Subject: [PATCH] Change "though" to "through" in `Alloc`'s docs --- src/libcore/alloc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/alloc.rs b/src/libcore/alloc.rs index 7d69d2846038..f88415e16e33 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: