Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Sep 12, 2024
1 parent 5dc0d7e commit ec9bb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This file contains the changes to the crate since version 0.4.8.
from `core`. The crate is thus always `no_std` compatible.
If the `serde` feature is enabled the crate uses the [`serde_arrays`](https://crates.io/crates/serde_arrays)
crate to serialize the type, and that crate in turn uses the standard library.
- Replaces the implementations of `PartialEq`, `Eq`, `PartialOrd`, and `Ord` from
- Replaced the implementations of `PartialEq`, `Eq`, `PartialOrd`, and `Ord` from
`Primes` with just the default derives.
To perform comparisons of the numbers in the struct with arrays or
slices you can call `as_array` or `as_slice`.
Expand Down

0 comments on commit ec9bb00

Please sign in to comment.