mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Merge pull request #37 from rphmeier/master
Typo fix: parenthesis -> parentheses
This commit is contained in:
commit
3612ad7f40
@ -18,7 +18,7 @@ fn another_function() {
|
||||
|
||||
Rust code uses `snake_case` as a style for function names: all lower case, with underscores separating words.
|
||||
(It also uses them for variable names, too.)
|
||||
We can can call any function we’ve defined by using its name and some parenthesis:
|
||||
We can can call any function we’ve defined by using its name and some parentheses:
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user