Skip to content

Commit

Permalink
Fix typo in ArrayStorage documentation comment
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mayer <[email protected]>
  • Loading branch information
sunsided authored and Ralith committed Jun 17, 2024
1 parent c23807a commit 42a9dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/array_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use std::mem;
* Static RawStorage.
*
*/
/// A array-based statically sized matrix data storage.
/// An array-based statically sized matrix data storage.
#[repr(transparent)]
#[derive(Copy, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(
Expand Down

0 comments on commit 42a9dbe

Please sign in to comment.