]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/nomicon/lifetimes.md
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / doc / nomicon / lifetimes.md
index e48d5f852f06a435cb03e81819d7d516cf8d9041..e21207efdcf9d9f033b147100a3a16a25358d033 100644 (file)
@@ -193,7 +193,7 @@ println!("{}", x);
 }
 ```
 
-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
 reject this program for the following reason: We have a live shared reference `x`
 to a descendant of `data` when we try to take a mutable reference to `data`
 to `push`. This would create an aliased mutable reference, which would