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 324e275 commit 7ef0217Copy full SHA for 7ef0217
text/0000-pin_and_move.md
@@ -36,7 +36,7 @@ pub unsafe auto trait Move { }
36
```
37
38
A type implements `Move` if in its stack representation, it contains internal
39
-references to other positions within its strack representation. Nearly every
+references to other positions within its stack representation. Nearly every
40
type in Rust is `Move`.
41
42
Positive impls of `Move` are added for types which contain pointers to generic
0 commit comments