Skip to content

Commit f8ea26d

Browse files
committed
---
yaml --- r: 55295 b: refs/heads/master c: 1dc330c h: refs/heads/master i: 55293: 73440c7 55291: c42da2a 55287: 7f043be 55279: 0e01eeb 55263: eeb4f71 55231: fe4571f 55167: 65ba145 55039: 3dac468 54783: c1cfb3b 54271: 76ff768 53247: e75f266 v: v3
1 parent 01f05e4 commit f8ea26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 21de574625b5bb87126045da32d49ccee74a9060
2+
refs/heads/master: 1dc330c3130c207b40a41579483c00f53ac6e93b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ omitted.
495495

496496
A powerful application of pattern matching is *destructuring*:
497497
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:
499499

500500
~~~~
501501
fn angle(vector: (float, float)) -> float {

0 commit comments

Comments
 (0)