Skip to content

Commit 6f96f3a

Browse files
authored
Fix typo (#49)
1 parent 0d5eed3 commit 6f96f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl std::error::Error for Error {}
217217
/// Should be in `[0; 100)` range. The higher the number is - the higher
218218
/// the priority.
219219
///
220-
/// The only way to create such a value is a safe conversion from an 8-byte
220+
/// The only way to create such a value is a safe conversion from an 8-bit
221221
/// unsigned integer ([`u8`]):
222222
///
223223
/// ```rust

0 commit comments

Comments
 (0)