Change "though" to "through" in Alloc's docs

This commit is contained in:
Matthew Kraai 2019-12-06 09:55:28 -08:00
parent 76d3003d4c
commit 852be72c43

View File

@ -388,7 +388,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
}
/// A memory allocator that can be registered as the standard librarys 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: