Skip to content

Commit 82b7575

Browse files
committed
Fix a typo in the Pinning chapter
1 parent 9c30051 commit 82b7575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/04_pinning/01_chapter.md

Lines changed: 1 addition & 1 deletion
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)