style: fix typos (#546)

This commit is contained in:
logeable 2024-09-03 18:36:47 +08:00 committed by GitHub
parent 402ffd56c9
commit 7916997b0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 14 additions and 15 deletions

View file

@ -560,7 +560,7 @@ impl<'a> WriteCursor<'a> {
&mut self.inner[idx..]
}
/// Returns the innner byte slice.
/// Returns the inner byte slice.
#[inline]
pub const fn inner(&self) -> &[u8] {
self.inner