Skip to content

Commit ce44ec2

Browse files
lcnrehuss
andauthored
Update src/items/generics.md
Co-authored-by: Eric Huss <eric@huss.org>
1 parent fec814c commit ce44ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
> &nbsp;&nbsp; [_OuterAttribute_]<sup>?</sup> `const` [IDENTIFIER] `:` [_Type_]
2929
3030
Functions, type aliases, structs, enumerations, unions, traits, and
31-
implementations may be *parameterized* by types, constants and lifetimes. These
31+
implementations may be *parameterized* by types, constants, and lifetimes. These
3232
parameters are listed in angle <span class="parenthetical">brackets (`<...>`)</span>,
3333
usually immediately after the name of the item and before its definition. For
3434
implementations, which don't have a name, they come directly after `impl`.

0 commit comments

Comments
 (0)