We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86069e4 + ac19178 commit 43b5d5eCopy full SHA for 43b5d5e
src/doc/nomicon/lifetimes.md
@@ -193,7 +193,7 @@ println!("{}", x);
193
}
194
```
195
196
-The problem here is is bit more subtle and interesting. We want Rust to
+The problem here is a bit more subtle and interesting. We want Rust to
197
reject this program for the following reason: We have a live shared reference `x`
198
to a descendant of `data` when we try to take a mutable reference to `data`
199
to `push`. This would create an aliased mutable reference, which would
0 commit comments