We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86069e4 commit ac19178Copy full SHA for ac19178
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