mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Typo fix: parenthesis -> parentheses
This commit is contained in:
parent
a6d7ea95ea
commit
5663b5e2df
@ -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