From 82b7575daa80335dfc29c07842ae42e86721b3d9 Mon Sep 17 00:00:00 2001 From: Oguzhan Selcuk Date: Tue, 30 May 2023 10:46:36 +0000 Subject: [PATCH] Fix a typo in the Pinning chapter --- src/04_pinning/01_chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/04_pinning/01_chapter.md b/src/04_pinning/01_chapter.md index cf04acec..8c38fa97 100644 --- a/src/04_pinning/01_chapter.md +++ b/src/04_pinning/01_chapter.md @@ -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.