We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325ade6 + d005eca commit 4f84f2dCopy full SHA for 4f84f2d
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