We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8aa8e6 + 3b92d06 commit 1665629Copy full SHA for 1665629
src/04_pinning/01_chapter.md
@@ -139,7 +139,7 @@ impl Test {
139
```
140
141
`Test` provides methods to get a reference to the value of the fields `a` and `b`. Since `b` is a
142
-reference to `a` we store it as a pointer since the borrowing rules of Rust doesn't allow us to
+reference to `a` we store it as a pointer since the borrowing rules of Rust don't allow us to
143
define this lifetime. We now have what we call a self-referential struct.
144
145
Our example works fine if we don't move any of our data around as you can observe by running
0 commit comments