Skip to content

Commit d16704a

Browse files
Fix </code> tag in the enhanced-enums spec (#2149)
1 parent 31f3d2b commit d16704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/future-releases/enhanced-enums/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The semantics of such an enum declaration, *E* with name *N*, is defined as intr
119119
all of which are accessible to the `toString` and `index` member of `Enum`, and to the `EnumName.name` extension getter. The values are computed as by the following constant constructor invocations.
120120

121121
- <code>*id*</code> &mapsto; <code>const *N*()</code> (no arguments, equivalent to empty argument list)
122-
- <code>*id*(*args*)</cide> &mapsto; <code>const *N*(*args*)</code>
122+
- <code>*id*(*args*)</code> &mapsto; <code>const *N*(*args*)</code>
123123
- <code>*id*<*types*>(*args*)</code> &mapsto; <code>const *N*<*types*>(*args*)</code>
124124
- <code>*id*.*named*(*args*)</code> &mapsto; <Code>const *N*.*named*(*args*)</code>
125125
- <code>*id*<*types*>.*named*(*args*)</code> &mapsto; <code>const *N*<*types*>.*named*(*args*)</code>

0 commit comments

Comments
 (0)