Skip to content

Commit 175d670

Browse files
authored
Merge pull request #7187 from robstoll/patch-9
typo
2 parents f4c8ef3 + c79a164 commit 175d670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/enums/desugarEnums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ some terminology and notational conventions:
1313

1414
- We use `E` as a name of an enum, and `C` as a name of a case that appears in `E`.
1515
- 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.
16+
`<value-params>` represents one or more parameter lists `(...)` or nothing at all.
1717

1818
- Enum cases fall into three categories:
1919

0 commit comments

Comments
 (0)