Skip to content

Commit 933fa26

Browse files
authored
Merge pull request #65904 from gwynne/patch-1
Update `-strict-concurrency` help text
2 parents 3113e83 + 4d91cc6 commit 933fa26

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
@@ -787,7 +787,7 @@ def warn_concurrency : Flag<["-"], "warn-concurrency">,
787787
def strict_concurrency : Joined<["-"], "strict-concurrency=">,
788788
Flags<[FrontendOption, DoesNotAffectIncrementalBuild]>,
789789
HelpText<"Specify the how strict concurrency checking will be. The value may "
790-
"be 'explicit' (most 'Sendable' checking is disabled), "
790+
"be 'minimal' (most 'Sendable' checking is disabled), "
791791
"'targeted' ('Sendable' checking is enabled in code that uses the "
792792
"concurrency model, or 'complete' ('Sendable' and other checking is "
793793
"enabled for all code in the module)">;

0 commit comments

Comments
 (0)