Skip to content

Commit c79a164

Browse files
authored
typo
1 parent 9a423ec commit c79a164

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)