Skip to content

Commit

Permalink
fix type on lib.rs docs comment from "almoust" to "almost" (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliashish committed Aug 8, 2023
1 parent 22cf273 commit c4afe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabled/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
//! ```
//!
//! Because `tabled` must know what we're up to print as a field, so
//! each (almoust) field must implement [`std::fmt::Display`].
//! each (almost) field must implement [`std::fmt::Display`].
//!
//! ### Default implementations
//!
Expand Down

0 comments on commit c4afe9b

Please sign in to comment.