master
Avril 4 years ago
parent fd42d90499
commit c7d2fa82ec
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -187,7 +187,7 @@ use crate::{
#[macro_export]
/// `vec![]`-like macro for creating `HeapArray<T>` instances.
///
/// Provices methods for creating safly accessable arrays using `malloc()` with a `Vec<T>` like interface.
/// Provides methods for creating safely accessable arrays using `malloc()` with a `Vec<T>` like interface.
/// Also provides methods of optimising deallocations.
///
/// # Usage

Loading…
Cancel
Save