Skip to content

Commit e985f3d

Browse files
committed
FIx typo
1 parent f0f440a commit e985f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message/backend/borrowed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! An allocation-free backend message parser.
22
//!
33
//! Due to borrow checker deficiencies, this parser is currently very
4-
//! difficult to use practice.
4+
//! difficult to use in practice.
55
use byteorder::{ReadBytesExt, BigEndian};
66
use fallible_iterator::FallibleIterator;
77
use std::io;

0 commit comments

Comments
 (0)