Skip to content

Commit bec01ad

Browse files
committed
auto merge of #11933 : kini/rust/patch-1, r=alexcrichton
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.
2 parents 535e806 + 6a941ec commit bec01ad

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)