We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0de99 commit 9785845Copy full SHA for 9785845
swift/internal/build_settings.bzl
@@ -98,7 +98,7 @@ per_module_swiftcopt_flag = rule(
98
doc = """\
99
A string list build setting that can be set on the command line. Each item in
100
the list is expected to be of the form: <//target-package:name>=<copts> where
101
-copts is a colon separated list of Swift copts.
+copts is a comma separated list of Swift copts.
102
""",
103
implementation = _per_module_swiftcopt_flag_impl,
104
)
0 commit comments