We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d0cbf commit 08bc392Copy full SHA for 08bc392
doc/tutorial.md
@@ -498,7 +498,8 @@ matching in order to bind names to the contents of data
498
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.
+> 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