Change "attributes" to "attribute" in Alloc's docs

This commit is contained in:
Matthew Kraai 2019-12-07 23:00:33 -05:00
parent cca954eb22
commit 9e8505d79e

View file

@ -388,7 +388,7 @@ impl fmt::Display for CannotReallocInPlace {
}
/// A memory allocator that can be registered as the standard librarys 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: