Skip to content

Commit 6a941ec

Browse files
committed
Fix inconsistency in tutorial.md
Text refers to "the type shown earlier", when the type in question was not in fact shown earlier. I assume this is an artifact of an earlier revision.
1 parent e3dc5f5 commit 6a941ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ match mypoint {
646646
## Enums
647647

648648
Enums are datatypes that have several alternate representations. For
649-
example, consider the type shown earlier:
649+
example, consider the following type:
650650

651651
~~~~
652652
# struct Point { x: f64, y: f64 }

0 commit comments

Comments
 (0)