diff options
| author | bors <bors@rust-lang.org> | 2014-07-01 17:51:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-01 17:51:41 +0000 |
| commit | efebeec6cad52ec65305b2e145117f3154eac62a (patch) | |
| tree | 1dcbcf65fb37cb80cc109c25f4ea59f5c514393e | |
| parent | 14c0b3ab42a8f963b5e766605f31028e30cd9c0a (diff) | |
| parent | d89577b5a2fa2254cc8738ac2953a6479164f5cc (diff) | |
| download | rust-efebeec6cad52ec65305b2e145117f3154eac62a.tar.gz rust-efebeec6cad52ec65305b2e145117f3154eac62a.zip | |
auto merge of #15308 : brson/rust/intro, r=alexcrichton
This was asked on HN, and it's easy to clarify.
| -rw-r--r-- | src/doc/intro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/intro.md b/src/doc/intro.md index 10fd39c841b..e8928cb5505 100644 --- a/src/doc/intro.md +++ b/src/doc/intro.md @@ -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' |
