Skip to content

Commit 7c659ad

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

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
@@ -40,7 +40,7 @@ Const parameters may only be be used as standalone arguments inside
4040
of [types] and [repeat expressions].
4141
They can be used freely outside of [const contexts].
4242

43-
Some examples of items with type, const and lifetime parameters:
43+
Some examples of items with type, const, and lifetime parameters:
4444

4545
```rust
4646
fn foo<'a, T>() {}

0 commit comments

Comments
 (0)