Skip to content

Commit 7ef0217

Browse files
author
boats
committed
strack attack
1 parent 324e275 commit 7ef0217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-pin_and_move.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub unsafe auto trait Move { }
3636
```
3737

3838
A type implements `Move` if in its stack representation, it contains internal
39-
references to other positions within its strack representation. Nearly every
39+
references to other positions within its stack representation. Nearly every
4040
type in Rust is `Move`.
4141

4242
Positive impls of `Move` are added for types which contain pointers to generic

0 commit comments

Comments
 (0)