Skip to content

Commit 6b38cd5

Browse files
committed
Update scala_toolchains() docstring
Removes the reference to `@rules_scala_toolchains`, since that's not really a public interface detail. Prompted by a ping from @gergelyfabian in a Bazel Slack workspace direct message, asking about the docstring currently reflected on `master`.
1 parent 00dafd8 commit 6b38cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/toolchains.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def scala_toolchains(
4747
jmh = False,
4848
twitter_scrooge = False,
4949
twitter_scrooge_deps = {}):
50-
"""Instantiates @rules_scala_toolchains and all its dependencies.
50+
"""Instantiates rules_scala toolchains and all their dependencies.
5151
5252
Provides a unified interface to configuring `rules_scala` both directly in a
5353
`WORKSPACE` file and in a Bazel module extension.

0 commit comments

Comments
 (0)