Change "attributes" to "attribute" in Alloc's docs
This commit is contained in:
parent
cca954eb22
commit
9e8505d79e
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ impl fmt::Display for CannotReallocInPlace {
|
|||
}
|
||||
|
||||
/// A memory allocator that can be registered as the standard library’s default
|
||||
/// through the `#[global_allocator]` attributes.
|
||||
/// through the `#[global_allocator]` attribute.
|
||||
///
|
||||
/// Some of the methods require that a memory block be *currently
|
||||
/// allocated* via an allocator. This means that:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue