Skip to content

Commit e005547

Browse files
authored
Merge pull request #247 from kilavvy/main
Fix typos
2 parents 66a90bc + 40f4e22 commit e005547

2 files changed

Lines changed: 2 additions & 2 deletions

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

spec/src/serde-data-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Values of each element of the `tuple` may have differing values.
126126

127127
### 25 - `tuple_struct`
128128

129-
A type representing a named type specifcally containing exactly one `tuple` Serde Data Type
129+
A type representing a named type specifically containing exactly one `tuple` Serde Data Type
130130

131131
### 26 - `tuple_variant`
132132

0 commit comments

Comments
 (0)