Skip to content

Commit d36ac4d

Browse files
committed
These two lines are actually three.
1 parent 90304ed commit d36ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ fn main() {
164164
}
165165
```
166166

167-
These two lines define a **function** in Rust. The `main` function is special:
167+
These lines define a **function** in Rust. The `main` function is special:
168168
it's the beginning of every Rust program. The first line says "I'm declaring a
169169
function named `main`, which takes no arguments and returns nothing." If there
170170
were arguments, they would go inside the parentheses (`(` and `)`), and because

0 commit comments

Comments
 (0)