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.
This commit is contained in:
Keshav Kini 2014-01-30 08:36:49 -06:00
parent e3dc5f5bcd
commit 6a941ec602

View File

@ -646,7 +646,7 @@ match mypoint {
## Enums
Enums are datatypes that have several alternate representations. For
example, consider the type shown earlier:
example, consider the following type:
~~~~
# struct Point { x: f64, y: f64 }