We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c135a commit c9f7bfeCopy full SHA for c9f7bfe
block-buffer/src/read.rs
@@ -4,7 +4,7 @@ use core::fmt;
4
/// Buffer for reading block-generated data.
5
pub struct ReadBuffer<BS: ArraySize> {
6
/// The first byte of the block is used as cursor position.
7
- /// `&buffer[usize::from(buffer[0])..]` is iterpreted as unread bytes.
+ /// `&buffer[usize::from(buffer[0])..]` is interpreted as unread bytes.
8
/// The cursor position is always bigger than zero and smaller than or equal to block size.
9
buffer: Array<u8, BS>,
10
}
0 commit comments