Skip to content

Commit f02a131

Browse files
authored
Update why-two-kinds-of-patterns.md (#2143)
* Update why-two-kinds-of-patterns.md * Update why-two-kinds-of-patterns.md
1 parent 0760390 commit f02a131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/0546-patterns/why-two-kinds-of-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ case _: print("other value")
380380
```
381381

382382
Here, the `let x` subpattern binds a new variable `x` to the second element of
383-
the matched tuple. This program prints "was two and 2".
383+
the matched tuple. This program prints "was one and 2".
384384

385385
## Evaluating an approach for Dart
386386

0 commit comments

Comments
 (0)