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 9a423ec commit c79a164Copy full SHA for c79a164
docs/docs/reference/enums/desugarEnums.md
@@ -13,7 +13,7 @@ some terminology and notational conventions:
13
14
- We use `E` as a name of an enum, and `C` as a name of a case that appears in `E`.
15
- We use `<...>` for syntactic constructs that in some circumstances might be empty. For instance,
16
- `<value-params>` represents one or more a parameter lists `(...)` or nothing at all.
+ `<value-params>` represents one or more parameter lists `(...)` or nothing at all.
17
18
- Enum cases fall into three categories:
19
0 commit comments