Skip to content

Commit 115f37b

Browse files
committed
Remove unnecessary epsilon from PromiseType case.
1 parent cc5b4aa commit 115f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5419,7 +5419,7 @@ type.
54195419
SingleType :
54205420
DistinguishableType
54215421
"any"
5422-
PromiseType ε
5422+
PromiseType
54235423
</pre>
54245424

54255425
<pre class="grammar" id="prod-UnionType">

0 commit comments

Comments
 (0)