Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/postcard/src/fixint.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Fixed Size Integers
//!
//! In some cases, the use of variably length encoded data may not be
//! preferrable. These modules, for use with `#[serde(with = ...)]`
//! preferable. These modules, for use with `#[serde(with = ...)]`
//! "opt out" of variable length encoding.
//!
//! Support explicitly not provided for `usize` or `isize`, as
Expand Down
2 changes: 1 addition & 1 deletion spec/src/serde-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Values of each element of the `tuple` may have differing values.

### 25 - `tuple_struct`

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

### 26 - `tuple_variant`

Expand Down