Skip to content

Commit b79d279

Browse files
committed
fix typo
1 parent fc2d294 commit b79d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tarpl/exotic-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ context.
6363
Rust largely understands that any operation that produces or stores a ZST can be
6464
reduced to a no-op. For instance, a `HashSet<T>` can be effeciently implemented
6565
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
66+
normally does to store and retrieve values will be completely stripped in
6767
monomorphization.
6868

6969
Similarly `Result<(), ()>` and `Option<()>` are effectively just fancy `bool`s.

0 commit comments

Comments
 (0)