Skip to content

Commit

Permalink
Fix typo and clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Oct 10, 2024
1 parent 0218370 commit 642c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! `Case` normalization, `Sort` order and word `Filters`. `Case` options include
//! `Original` (case sensitive) and `Lower` or `Upper` case normalization. `Sort`
//! order can be `Unsorted` or sorted `Desc` (descending) or `Asc` (ascending).
//! A `tally` can be sorted upon contruction or sorted later with the `sort` method.
//! A `tally` can be sorted at construction and resorted with the `sort` method.
//! Sorting doesn't impact the `count` or `uniq_count` fields. `Filter`s can
//! be used to provide list of words that should or shouldn't be tallied.
//!
Expand Down

0 comments on commit 642c701

Please sign in to comment.