]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15251 : AlisdairO/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 19:37:17 +0000 (19:37 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 19:37:17 +0000 (19:37 +0000)
I've seen quite a bit of confusion around regarding the use of Rc, so I thought I'd take a stab at adding some examples.

src/doc/intro.md

index 10fd39c841bd658e12062378e33883945b1637ac..e8928cb55056c519d65faa4d65d8c220eba5fd46 100644 (file)
@@ -252,7 +252,7 @@ fn main() {
 }
 ```
 
-This will result an error indicating that the value is no longer in scope:
+The compiler will produce an error indicating that the value is no longer in scope:
 
 ```text
 concurrency.rs:12:20: 12:27 error: use of moved value: 'numbers'