File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 21de574625b5bb87126045da32d49ccee74a9060
2
+ refs/heads/master: 1dc330c3130c207b40a41579483c00f53ac6e93b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
5
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ omitted.
495
495
496
496
A powerful application of pattern matching is * destructuring* :
497
497
matching in order to bind names to the contents of data
498
- types. Remember that ` (float, float) ` is a tuple of two floats:
498
+ types. Assuming that ` (float, float) ` is a tuple of two floats:
499
499
500
500
~~~~
501
501
fn angle(vector: (float, float)) -> float {
You can’t perform that action at this time.
0 commit comments