Skip to content

Commit d89577b

Browse files
committed
doc: Clarify that an error is a compiler error
This was asked on HN, and it's easy to clarify.
1 parent 14c0b3a commit d89577b

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)