Skip to content

Commit 2268598

Browse files
authored
Merge pull request #1674 from samuelandrew/master
Line comments: change 'inside' to 'after'
2 parents cdf9d35 + 1d6342f commit 2268598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a few different varieties:
1414
fn main() {
1515
// This is an example of a line comment.
1616
// There are two slashes at the beginning of the line.
17-
// And nothing written inside these will be read by the compiler.
17+
// And nothing written after these will be read by the compiler.
1818
1919
// println!("Hello, world!");
2020

0 commit comments

Comments
 (0)