Update mod.rs (#783)

This commit is contained in:
leopardracer 2025-06-17 14:08:44 +03:00 committed by GitHub
parent 2267f2e91b
commit 92edfe973c
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ pub trait BorrowDecoder<'de>: Decoder {
/// The concrete [BorrowReader] type
type BR: BorrowReader<'de>;
/// Rerturns a mutable reference to the borrow reader
/// Returns a mutable reference to the borrow reader
fn borrow_reader(&mut self) -> &mut Self::BR;
}