Skip to content

Commit

Permalink
library: doc: core::alloc::Allocator: trivial typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
safinaskar authored and gitbot committed Mar 6, 2025
1 parent f997ca6 commit cf65058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/alloc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl fmt::Display for AllocError {
/// - the memory block is deallocated, or
/// - the allocator is dropped.
///
/// Copying, cloning, or moving the allocator must not invalidate memory blocks returned from it
/// Copying, cloning, or moving the allocator must not invalidate memory blocks returned from it.
/// A copied or cloned allocator must behave like the original allocator.
///
/// A memory block which is [*currently allocated*] may be passed to
Expand Down

0 comments on commit cf65058

Please sign in to comment.