Skip to content

Commit 8768823

Browse files
committed
Bonus typo
1 parent 0895ce4 commit 8768823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nor_flash.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl core::fmt::Display for NorFlashErrorKind {
5656

5757
/// Read only NOR flash trait.
5858
pub trait ReadNorFlash: ErrorType {
59-
/// The minumum number of bytes the storage peripheral can read
59+
/// The minimum number of bytes the storage peripheral can read
6060
const READ_SIZE: usize;
6161

6262
/// Read a slice of data from the storage peripheral, starting the read

0 commit comments

Comments
 (0)