From c79a16464d5a692f01795078de8358880c7aafa6 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Mon, 9 Sep 2019 19:44:07 +0200 Subject: [PATCH] typo --- docs/docs/reference/enums/desugarEnums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/enums/desugarEnums.md b/docs/docs/reference/enums/desugarEnums.md index cf80da163399..9ebb81728d37 100644 --- a/docs/docs/reference/enums/desugarEnums.md +++ b/docs/docs/reference/enums/desugarEnums.md @@ -13,7 +13,7 @@ some terminology and notational conventions: - We use `E` as a name of an enum, and `C` as a name of a case that appears in `E`. - We use `<...>` for syntactic constructs that in some circumstances might be empty. For instance, - `` represents one or more a parameter lists `(...)` or nothing at all. + `` represents one or more parameter lists `(...)` or nothing at all. - Enum cases fall into three categories: