fix various typos in doc comments
This commit is contained in:
parent
0195812aea
commit
4e35cbb22e
49 changed files with 68 additions and 68 deletions
|
@ -85,7 +85,7 @@ pub use alloc_crate::alloc::*;
|
|||
/// This is based on `malloc` on Unix platforms and `HeapAlloc` on Windows,
|
||||
/// plus related functions.
|
||||
///
|
||||
/// This type implements the `GlobalAlloc` trait and Rust programs by deafult
|
||||
/// This type implements the `GlobalAlloc` trait and Rust programs by default
|
||||
/// work as if they had this definition:
|
||||
///
|
||||
/// ```rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue