We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7222801 + 08bc392 commit a425b75Copy full SHA for a425b75
doc/tutorial.md
@@ -495,7 +495,11 @@ omitted.
495
496
A powerful application of pattern matching is *destructuring*:
497
matching in order to bind names to the contents of data
498
-types. Assuming that `(float, float)` is a tuple of two floats:
+types.
499
+
500
+> ***Note:*** The following code makes use of tuples (`(float, float)`) which
501
+> are explained in section 5.3. For now you can think of tuples as a list of
502
+> items.
503
504
~~~~
505
fn angle(vector: (float, float)) -> float {
0 commit comments