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: