We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2d294 commit b79d279Copy full SHA for b79d279
src/doc/tarpl/exotic-sizes.md
@@ -63,7 +63,7 @@ context.
63
Rust largely understands that any operation that produces or stores a ZST can be
64
reduced to a no-op. For instance, a `HashSet<T>` can be effeciently implemented
65
as a thin wrapper around `HashMap<T, ()>` because all the operations `HashMap`
66
-normally does to store and retrieve keys will be completely stripped in
+normally does to store and retrieve values will be completely stripped in
67
monomorphization.
68
69
Similarly `Result<(), ()>` and `Option<()>` are effectively just fancy `bool`s.
0 commit comments