Skip to content

Commit 852be72

Browse files
committed
Change "though" to "through" in Alloc's docs
1 parent 76d3003 commit 852be72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/alloc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ impl fmt::Display for CannotReallocInPlace {
388388
}
389389

390390
/// A memory allocator that can be registered as the standard library’s default
391-
/// though the `#[global_allocator]` attributes.
391+
/// through the `#[global_allocator]` attributes.
392392
///
393393
/// Some of the methods require that a memory block be *currently
394394
/// allocated* via an allocator. This means that:

0 commit comments

Comments
 (0)