Skip to content

Commit 37ae8b5

Browse files
committed
Use correct plural form
1 parent 6709bee commit 37ae8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/hash/alt_key_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Any type that implements the `Eq` and `Hash` traits can be a key in `HashMap`.
44
This includes:
55

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

0 commit comments

Comments
 (0)