Skip to content

Commit 08e0678

Browse files
authored
Fix typo in 2349-pin.md
1 parent 90a6f4e commit 08e0678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2349-pin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ impl<T: ?Sized> PinBox<T> {
231231
```
232232

233233
These APIs make `PinBox` a reasonable way of handling data which does not
234-
implement `!Unpin`. Once you heap allocate that data inside of a `PinBox`, you
234+
implement `Unpin`. Once you heap allocate that data inside of a `PinBox`, you
235235
know that it will never change address again, and you can hand out `Pin`
236236
references to that data.
237237

0 commit comments

Comments
 (0)