Skip to content

Commit 8f77c52

Browse files
authored
Merge pull request #3237 from martinomburajr/patch-1
Minor typo fix "wether" -> "whether"
2 parents 4f235d3 + 972dcd3 commit 8f77c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2580-ptr-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ but tries to stay compatible with future proposals that do.
2121
[background]: #background
2222

2323
Typical high-level code doesn’t need to worry about fat pointers,
24-
a reference `&Foo` “just works” wether or not `Foo` is a DST.
24+
a reference `&Foo` “just works” whether or not `Foo` is a DST.
2525
But unsafe code such as a custom collection library may want to access a fat pointer’s
2626
components separately.
2727

0 commit comments

Comments
 (0)