Skip to content

Commit d92eba7

Browse files
committed
Fix reference to "these two traits."
There are actually three traits listed.
1 parent 042ebac commit d92eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ references, or types where the only contained references
21072107
have the `'static` lifetime. (For more on named lifetimes and their uses,
21082108
see the [references and lifetimes guide][lifetimes].)
21092109
2110-
> ***Note:*** These two traits were referred to as 'kinds' in earlier
2110+
> ***Note:*** These built-in traits were referred to as 'kinds' in earlier
21112111
> iterations of the language, and often still are.
21122112
21132113
Additionally, the `Drop` trait is used to define destructors. This

0 commit comments

Comments
 (0)