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 90304ed commit d36ac4dCopy full SHA for d36ac4d
src/doc/guide.md
@@ -164,7 +164,7 @@ fn main() {
164
}
165
```
166
167
-These two lines define a **function** in Rust. The `main` function is special:
+These lines define a **function** in Rust. The `main` function is special:
168
it's the beginning of every Rust program. The first line says "I'm declaring a
169
function named `main`, which takes no arguments and returns nothing." If there
170
were arguments, they would go inside the parentheses (`(` and `)`), and because
0 commit comments