Skip to content

Commit f20a52e

Browse files
committed
Fix flag name for -disable-experimental-opened-existential-types
1 parent 71c8c33 commit f20a52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def enable_experimental_opened_existential_types :
538538
HelpText<"Enable experimental support for implicitly opened existentials">;
539539

540540
def disable_experimental_opened_existential_types :
541-
Flag<["-"], "disble-experimental-opened-existential-types">,
541+
Flag<["-"], "disable-experimental-opened-existential-types">,
542542
HelpText<"Disable experimental support for implicitly opened existentials">;
543543

544544
def enable_deserialization_recovery :

0 commit comments

Comments
 (0)