Fix reference to "these two traits."

There are actually three traits listed.
This commit is contained in:
Matt Brubeck 2014-04-02 16:56:23 -07:00 committed by Alex Crichton
parent c1e52c71ca
commit 544516ac63
1 changed files with 1 additions and 1 deletions

View File

@ -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