Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 48ac8d4

Browse files
authored
Update mod.rs (#783)
1 parent 369c064 commit 48ac8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/de/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ pub trait BorrowDecoder<'de>: Decoder {
259259
/// The concrete [BorrowReader] type
260260
type BR: BorrowReader<'de>;
261261

262-
/// Rerturns a mutable reference to the borrow reader
262+
/// Returns a mutable reference to the borrow reader
263263
fn borrow_reader(&mut self) -> &mut Self::BR;
264264
}
265265

0 commit comments

Comments
 (0)