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.
argument
parameter
1 parent 52fc43a commit 2809e30Copy full SHA for 2809e30
src/items/functions.md
@@ -63,7 +63,7 @@ fn answer_to_life_the_universe_and_everything() -> i32 {
63
## Function parameters
64
65
As with `let` bindings, function parameters are irrefutable [patterns], so any
66
-pattern that is valid in a let binding is also valid as an argument:
+pattern that is valid in a let binding is also valid as a parameter:
67
68
```rust
69
fn first((value, _): (i32, i32)) -> i32 { value }
0 commit comments