mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
Grammar typo (#7)
This commit is contained in:
parent
fe189a64e4
commit
45c5e390c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
// explanations.
|
||||
// There are various ways to write comments in Rust, each with its own purpose.
|
||||
// For now we'll stick to the most common one: the line comment.
|
||||
// Everything from `//` to the end of the line is a considered comment.
|
||||
// Everything from `//` to the end of the line is considered a comment.
|
||||
|
||||
// Exercises will include `TODO`, `todo!()` or `__` markers to draw your attention to the lines
|
||||
// where you need to write code.
|
||||
|
|
Loading…
Reference in a new issue