Skip to content

Commit efebeec

Browse files
committed
auto merge of rust-lang#15308 : brson/rust/intro, r=alexcrichton
This was asked on HN, and it's easy to clarify.
2 parents 14c0b3a + d89577b commit efebeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn main() {
252252
}
253253
```
254254

255-
This will result an error indicating that the value is no longer in scope:
255+
The compiler will produce an error indicating that the value is no longer in scope:
256256

257257
```text
258258
concurrency.rs:12:20: 12:27 error: use of moved value: 'numbers'

0 commit comments

Comments
 (0)