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.
2 parents 4f235d3 + 972dcd3 commit 8f77c52Copy full SHA for 8f77c52
text/2580-ptr-meta.md
@@ -21,7 +21,7 @@ but tries to stay compatible with future proposals that do.
21
[background]: #background
22
23
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.
+a reference `&Foo` “just works” whether or not `Foo` is a DST.
25
But unsafe code such as a custom collection library may want to access a fat pointer’s
26
components separately.
27
0 commit comments