diff options
| author | Piotr Jawniak <sawyer47@gmail.com> | 2014-05-19 15:39:16 +0200 |
|---|---|---|
| committer | Piotr Jawniak <sawyer47@gmail.com> | 2014-05-19 15:41:06 +0200 |
| commit | cea63ecfb149ba25c204c2ce0bcdb32a68983e70 (patch) | |
| tree | b1f94ed74698d1aa6ded5bf51ecc725e1c35270e /src/doc/tutorial.md | |
| parent | 5d2edddc304a7cd8c95ba8b0beb06f0b4ebaca37 (diff) | |
| download | rust-cea63ecfb149ba25c204c2ce0bcdb32a68983e70.tar.gz rust-cea63ecfb149ba25c204c2ce0bcdb32a68983e70.zip | |
Minor doc fixes in various places
Diffstat (limited to 'src/doc/tutorial.md')
| -rw-r--r-- | src/doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index ad77b90e79b..4e3688a060d 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -2602,7 +2602,7 @@ fn main() { ~~~ The full list of derivable traits is `Eq`, `TotalEq`, `Ord`, -`TotalOrd`, `Encodable` `Decodable`, `Clone`, +`TotalOrd`, `Encodable`, `Decodable`, `Clone`, `Hash`, `Rand`, `Default`, `Zero`, `FromPrimitive` and `Show`. # Crates and the module system |
