We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da43dea commit 40f4e22Copy full SHA for 40f4e22
1 file changed
source/postcard/src/fixint.rs
@@ -1,7 +1,7 @@
1
//! # Fixed Size Integers
2
//!
3
//! In some cases, the use of variably length encoded data may not be
4
-//! preferrable. These modules, for use with `#[serde(with = ...)]`
+//! preferable. These modules, for use with `#[serde(with = ...)]`
5
//! "opt out" of variable length encoding.
6
7
//! Support explicitly not provided for `usize` or `isize`, as
0 commit comments