Skip to content

Commit 8591643

Browse files
authored
Merge pull request #196 from oselcuk/master
Fix a typo in the Pinning chapter
2 parents b291184 + 82b7575 commit 8591643

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
@@ -101,7 +101,7 @@ it safe to create references to values inside an `async` block.
101101

102102
## Pinning in Detail
103103

104-
Let's try to understand pinning by using an slightly simpler example. The problem we encounter
104+
Let's try to understand pinning by using a slightly simpler example. The problem we encounter
105105
above is a problem that ultimately boils down to how we handle references in self-referential
106106
types in Rust.
107107

0 commit comments

Comments
 (0)