diff options
| author | bors <bors@rust-lang.org> | 2014-01-31 08:46:34 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-31 08:46:34 -0800 |
| commit | bec01ad17c6a519c38063d99b8863bf1f801f226 (patch) | |
| tree | 48fb166209acb54e96a0bc002bf0700bcae02f09 | |
| parent | 535e806841e1eca7adb9f41796001848f6859637 (diff) | |
| parent | 6a941ec602e6cce8af2c0c9bda14451e59d82046 (diff) | |
| download | rust-bec01ad17c6a519c38063d99b8863bf1f801f226.tar.gz rust-bec01ad17c6a519c38063d99b8863bf1f801f226.zip | |
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.
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 9304badb1c6..ef1a9f8cab5 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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 } |
