You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27:34 +02:00
Fix typos (#297)
* fix typo in running-the-course.md * Update modern.md
This commit is contained in:
@ -30,7 +30,7 @@ Key points:
|
||||
`Option<T>` and `Result<T, E>`.
|
||||
|
||||
* Remind people to read the errors --- many developers have gotten used to
|
||||
ignore lengthly compiler output. The Rust compiler is significantly more
|
||||
ignore lengthy compiler output. The Rust compiler is significantly more
|
||||
talkative than other compilers. It will often provide you with _actionable_
|
||||
feedback, ready to copy-paste into your code.
|
||||
|
||||
|
Reference in New Issue
Block a user