Skip to content

Commit 4f4ab10

Browse files
authored
Update nor_flash.rs
1 parent ac8492b commit 4f4ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nor_flash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub trait ReadNorFlash {
1111
/// Read a slice of data from the storage peripheral, starting the read
1212
/// operation at the given address offset, and reading `bytes.len()` bytes.
1313
///
14-
/// This should throw an error in case `bytes.len()` will be larger than
14+
/// This should throw an error in case `bytes.len()` will be larger than
1515
/// the peripheral end address.
1616
fn try_read(&mut self, offset: u32, bytes: &mut [u8]) -> Result<(), Self::Error>;
1717

0 commit comments

Comments
 (0)