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.
1 parent cdf9d35 commit 1d6342fCopy full SHA for 1d6342f
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