Skip to content

Commit

Permalink
Repeated word
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinPitrat committed Mar 1, 2025
1 parent cc1c72d commit b739f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std-traits/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl PartialOrd for Citation {
- In practice, it's common to derive these traits, but uncommon to implement
them.

- When comparing references in Rust, it will will compare the value of the
- When comparing references in Rust, it will compare the value of the
things pointed to, it will NOT compare the references themselves. That means
that references to two different things can compare as equal if the values
pointed to are the same:
Expand Down

0 comments on commit b739f28

Please sign in to comment.