We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdf9d35 + 1d6342f commit 2268598Copy full SHA for 2268598
src/hello/comment.md
@@ -14,7 +14,7 @@ a few different varieties:
14
fn main() {
15
// This is an example of a line comment.
16
// There are two slashes at the beginning of the line.
17
- // And nothing written inside these will be read by the compiler.
+ // And nothing written after these will be read by the compiler.
18
19
// println!("Hello, world!");
20
0 commit comments