Skip to content

Commit f2b2669

Browse files
committed
Reorder awkward sentence about generic params to functions
1 parent f5c66e0 commit f2b2669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Functions, type aliases, structs, enumerations, unions, traits and
2424
implementations may be *parameterized* by types and lifetimes. These parameters
2525
are listed in angle <span class="parenthetical">brackets (`<...>`)</span>,
26-
usually immediately after and before its definition the name of the item. For
26+
usually immediately after the name of the item and before its definition. For
2727
implementations, which don't have a name, they come directly after `impl`.
2828
Lifetime parameters must be declared before type parameters. Some examples of
2929
items with type and lifetime parameters:

0 commit comments

Comments
 (0)