We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042ebac commit d92eba7Copy full SHA for d92eba7
src/doc/tutorial.md
@@ -2107,7 +2107,7 @@ references, or types where the only contained references
2107
have the `'static` lifetime. (For more on named lifetimes and their uses,
2108
see the [references and lifetimes guide][lifetimes].)
2109
2110
-> ***Note:*** These two traits were referred to as 'kinds' in earlier
+> ***Note:*** These built-in traits were referred to as 'kinds' in earlier
2111
> iterations of the language, and often still are.
2112
2113
Additionally, the `Drop` trait is used to define destructors. This
0 commit comments