Skip to content

Commit

Permalink
Fix inconsistency in tutorial.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kini committed Jan 30, 2014
1 parent e3dc5f5 commit 6a941ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Expand Up @@ -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 }
Expand Down

5 comments on commit 6a941ec

@bors
Copy link
Contributor

@bors bors commented on 6a941ec Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at kini@6a941ec

@bors
Copy link
Contributor

@bors bors commented on 6a941ec Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kini/rust/patch-1 = 6a941ec into auto

@bors
Copy link
Contributor

@bors bors commented on 6a941ec Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kini/rust/patch-1 = 6a941ec merged ok, testing candidate = bec01ad

@bors
Copy link
Contributor

@bors bors commented on 6a941ec Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 6a941ec Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = bec01ad

Please sign in to comment.