Skip to content

Commit 08bc392

Browse files
author
Bryan Dunsmore
committed
Update destructuring to reference tuples section.
1 parent f0d0cbf commit 08bc392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/tutorial.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ matching in order to bind names to the contents of data
498498
types.
499499

500500
> ***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.
501+
> are explained in section 5.3. For now you can think of tuples as a list of
502+
> items.
502503
503504
~~~~
504505
fn angle(vector: (float, float)) -> float {

0 commit comments

Comments
 (0)