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 1c55d27 commit fec814cCopy full SHA for fec814c
src/items/generics.md
@@ -32,7 +32,7 @@ implementations may be *parameterized* by types, constants and lifetimes. These
32
parameters are listed in angle <span class="parenthetical">brackets (`<...>`)</span>,
33
usually immediately after the name of the item and before its definition. For
34
implementations, which don't have a name, they come directly after `impl`.
35
-The order of generic parameters is restricted to lifetime parameters, then type parameters and then const parameters.
+The order of generic parameters is restricted to lifetime parameters, then type parameters, and then const parameters.
36
37
The only allowed types of const parameters are `u8`, `u16`, `u32`, `u64`, `u128`, `usize`
38
`i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `char` and `bool`.
0 commit comments