We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c66e0 commit f2b2669Copy full SHA for f2b2669
src/items/generics.md
@@ -23,7 +23,7 @@
23
Functions, type aliases, structs, enumerations, unions, traits and
24
implementations may be *parameterized* by types and lifetimes. These parameters
25
are listed in angle <span class="parenthetical">brackets (`<...>`)</span>,
26
-usually immediately after and before its definition the name of the item. For
+usually immediately after the name of the item and before its definition. For
27
implementations, which don't have a name, they come directly after `impl`.
28
Lifetime parameters must be declared before type parameters. Some examples of
29
items with type and lifetime parameters:
0 commit comments