diff options
| author | Matt Brubeck <mbrubeck@limpet.net> | 2014-04-02 16:56:23 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-03 13:43:24 -0700 |
| commit | 544516ac63605a689c904504439e484bd5897522 (patch) | |
| tree | ea38246b10bf3ce838238ad644fb86299ff5d8ba /src/doc/tutorial.md | |
| parent | c1e52c71cae901c25b2cea7b47c834501e09ecb6 (diff) | |
| download | rust-544516ac63605a689c904504439e484bd5897522.tar.gz rust-544516ac63605a689c904504439e484bd5897522.zip | |
Fix reference to "these two traits."
There are actually three traits listed.
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 65b3def8daf..352595e8a7a 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -2107,7 +2107,7 @@ references, or types where the only contained references have the `'static` lifetime. (For more on named lifetimes and their uses, see the [references and lifetimes guide][lifetimes].) -> ***Note:*** These two traits were referred to as 'kinds' in earlier +> ***Note:*** These built-in traits were referred to as 'kinds' in earlier > iterations of the language, and often still are. Additionally, the `Drop` trait is used to define destructors. This |
