We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09350ff commit 8756c16Copy full SHA for 8756c16
src/items/functions.md
@@ -59,8 +59,8 @@ fn answer_to_life_the_universe_and_everything() -> i32 {
59
60
## Function parameters
61
62
-As with `let` bindings, function parameters are irrefutable [patterns], so any
63
-pattern that is valid in a let binding is also valid as a parameter:
+Function parameters are irrefutable [patterns], so any pattern that is valid in
+an else-less `let` binding is also valid as a parameter:
64
65
```rust
66
fn first((value, _): (i32, i32)) -> i32 { value }
0 commit comments