We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66a90bc + 40f4e22 commit e005547Copy full SHA for e005547
2 files 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
spec/src/serde-data-model.md
@@ -126,7 +126,7 @@ Values of each element of the `tuple` may have differing values.
126
127
### 25 - `tuple_struct`
128
129
-A type representing a named type specifcally containing exactly one `tuple` Serde Data Type
+A type representing a named type specifically containing exactly one `tuple` Serde Data Type
130
131
### 26 - `tuple_variant`
132
0 commit comments