Skip to content

Commit

Permalink
I HAVE BEEN TOLD THERE IS A TYPO HERE
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jan 24, 2024
1 parent 56d00e9 commit 9ba5d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ impl Buffer {
/// # Panics
/// - The offset must be block-aligned
/// - The data length must be divisible by block size
/// - Data cannot exceed the buffer's lengt
/// - Data cannot exceed the buffer's length
///
/// If any of these conditions are not met, the function will panic.
pub(crate) fn write(&mut self, offset: usize, data: &[u8]) {
Expand Down

0 comments on commit 9ba5d9a

Please sign in to comment.