Skip to content

Commit 4f045e4

Browse files
authored
Merge pull request #223 from codegod100/patch-1
Update 01_chapter.md
2 parents ed022fc + a475e5a commit 4f045e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/04_pinning/01_chapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ out of `Pin`. For example, `u8` is `Unpin`, so `Pin<&mut u8>` behaves just like
323323
a normal `&mut u8`.
324324

325325
However, types that can't be moved after they're pinned have a marker called
326-
`!Unpin`. Futures created by async/await is an example of this.
326+
`!Unpin`. Futures created by async/await are an example of this.
327327

328328
### Pinning to the Stack
329329

0 commit comments

Comments
 (0)