We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0895ce4 commit 8768823Copy full SHA for 8768823
src/nor_flash.rs
@@ -56,7 +56,7 @@ impl core::fmt::Display for NorFlashErrorKind {
56
57
/// Read only NOR flash trait.
58
pub trait ReadNorFlash: ErrorType {
59
- /// The minumum number of bytes the storage peripheral can read
+ /// The minimum number of bytes the storage peripheral can read
60
const READ_SIZE: usize;
61
62
/// Read a slice of data from the storage peripheral, starting the read
0 commit comments