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 fec814c commit ce44ec2Copy full SHA for ce44ec2
src/items/generics.md
@@ -28,7 +28,7 @@
28
> [_OuterAttribute_]<sup>?</sup> `const` [IDENTIFIER] `:` [_Type_]
29
30
Functions, type aliases, structs, enumerations, unions, traits, and
31
-implementations may be *parameterized* by types, constants and lifetimes. These
+implementations may be *parameterized* by types, constants, and lifetimes. These
32
parameters are listed in angle <span class="parenthetical">brackets (`<...>`)</span>,
33
usually immediately after the name of the item and before its definition. For
34
implementations, which don't have a name, they come directly after `impl`.
0 commit comments