Skip to content

Commit

Permalink
Merge pull request #196 from oselcuk/master
Browse files Browse the repository at this point in the history
Fix a typo in the Pinning chapter
  • Loading branch information
nrc authored Oct 5, 2024
2 parents b291184 + 82b7575 commit 8591643
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 8591643

Please sign in to comment.