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:
parent
e3dc5f5bcd
commit
6a941ec602
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user