Fix typo in ArrayStorage documentation comment

Signed-off-by: Markus Mayer <widemeadows@gmail.com>
This commit is contained in:
Markus Mayer 2024-06-17 16:08:47 +02:00 committed by Benjamin Saunders
parent c23807ac5d
commit 42a9dbeb54
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ use std::mem;
* Static RawStorage. * Static RawStorage.
* *
*/ */
/// A array-based statically sized matrix data storage. /// An array-based statically sized matrix data storage.
#[repr(transparent)] #[repr(transparent)]
#[derive(Copy, Clone, PartialEq, Eq, Hash)] #[derive(Copy, Clone, PartialEq, Eq, Hash)]
#[cfg_attr( #[cfg_attr(