We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d4d6d commit f0d0cbfCopy full SHA for f0d0cbf
doc/tutorial.md
@@ -495,7 +495,10 @@ 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 later. For now you can think of tuples as a list of items.
502
503
~~~~
504
fn angle(vector: (float, float)) -> float {
0 commit comments