Change "though" to "through" in Alloc
's docs
This commit is contained in:
parent
76d3003d4c
commit
852be72c43
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user