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 ce44ec2 commit 7c659adCopy full SHA for 7c659ad
src/items/generics.md
@@ -40,7 +40,7 @@ Const parameters may only be be used as standalone arguments inside
40
of [types] and [repeat expressions].
41
They can be used freely outside of [const contexts].
42
43
-Some examples of items with type, const and lifetime parameters:
+Some examples of items with type, const, and lifetime parameters:
44
45
```rust
46
fn foo<'a, T>() {}
0 commit comments