Skip to content

Commit 9785845

Browse files
authored
Fix documentation of per_module_swiftcopt flag (#1508)
1 parent 8d0de99 commit 9785845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/internal/build_settings.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ per_module_swiftcopt_flag = rule(
9898
doc = """\
9999
A string list build setting that can be set on the command line. Each item in
100100
the list is expected to be of the form: <//target-package:name>=<copts> where
101-
copts is a colon separated list of Swift copts.
101+
copts is a comma separated list of Swift copts.
102102
""",
103103
implementation = _per_module_swiftcopt_flag_impl,
104104
)

0 commit comments

Comments
 (0)