Skip to content

Commit 1e4cff1

Browse files
authored
Fix typo
1 parent 2b51b3b commit 1e4cff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/2.17/enhanced-enums/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The semantics of such an enum declaration, *E* with name *N*, is defined as intr
9898

9999
* **Superinterfaces**: The immediate superinterfaces of *C* are the interface of the superclass and the interfaces declared by `implements` in *E*.
100100

101-
* If `E` is declared as `enum Name with Mixin1, Mixin2 implements Type1, Type2 { … }` then the immediate superinterfaces of *C* are the interfaces of `Name with Mixin1, Mixin2`, `Type1` and `Type2`.
101+
* If `E` is declared as `enum Name with Mixin1, Mixin2 implements Type1, Type2 { … }` then the immediate superinterfaces of *C* are the interfaces of `Enum with Mixin1, Mixin2`, `Type1` and `Type2`.
102102

103103
- **Declared members**: For each member declaration of the `enum` declaration *E*, the same member is added to the class *C*. This includes constructors (which must be `const` generative or non-`const` factory constructors.)
104104

0 commit comments

Comments
 (0)