Skip to content

Commit 40f4e22

Browse files
authored
Update fixint.rs
1 parent da43dea commit 40f4e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/postcard/src/fixint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! # Fixed Size Integers
22
//!
33
//! In some cases, the use of variably length encoded data may not be
4-
//! preferrable. These modules, for use with `#[serde(with = ...)]`
4+
//! preferable. These modules, for use with `#[serde(with = ...)]`
55
//! "opt out" of variable length encoding.
66
//!
77
//! Support explicitly not provided for `usize` or `isize`, as

0 commit comments

Comments
 (0)