Skip to content

Commit

Permalink
Fix a typo in the Pinning chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
oselcuk committed May 30, 2023
1 parent 9c30051 commit 82b7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/04_pinning/01_chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ it safe to create references to values inside an `async` block.

## Pinning in Detail

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

Expand Down

0 comments on commit 82b7575

Please sign in to comment.