Skip to content

Commit 4d91cc6

Browse files
authored
Fix -strict-concurrency help text to say minimal instead of explicit
1 parent b813b0e commit 4d91cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def warn_concurrency : Flag<["-"], "warn-concurrency">,
794794
def strict_concurrency : Joined<["-"], "strict-concurrency=">,
795795
Flags<[FrontendOption, DoesNotAffectIncrementalBuild]>,
796796
HelpText<"Specify the how strict concurrency checking will be. The value may "
797-
"be 'explicit' (most 'Sendable' checking is disabled), "
797+
"be 'minimal' (most 'Sendable' checking is disabled), "
798798
"'targeted' ('Sendable' checking is enabled in code that uses the "
799799
"concurrency model, or 'complete' ('Sendable' and other checking is "
800800
"enabled for all code in the module)">;

0 commit comments

Comments
 (0)