Skip to content

Commit

Permalink
Use correct plural form
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 25, 2023
1 parent 6709bee commit 37ae8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/hash/alt_key_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Any type that implements the `Eq` and `Hash` traits can be a key in `HashMap`.
This includes:

* `bool` (though not very useful since there is only two possible keys)
* `bool` (though not very useful since there are only two possible keys)
* `int`, `uint`, and all variations thereof
* `String` and `&str` (protip: you can have a `HashMap` keyed by `String`
and call `.get()` with an `&str`)
Expand Down

0 comments on commit 37ae8b5

Please sign in to comment.