Skip to content

Commit e12aa99

Browse files
Google APIscopybara-github
authored andcommitted
chore: fix Bazel rule comment
Committer: @Chanseok PiperOrigin-RevId: 402614009
1 parent 98f4bfc commit e12aa99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

repository_rules.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def switched_rules_by_language(
7777
For example, to use this rule and enable Java and Go rules, add the following in the external
7878
repository which imports com_google_googleapis repository and its corresponding dependencies:
7979
80-
load("@com_google_googleapis//:repository_rules.bzl", "enabled_rules")
80+
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
8181
82-
enabled_rules(
82+
switched_rules_by_language(
8383
name = "com_google_googleapis_imports",
8484
grpc = True,
8585
gapic = True,

0 commit comments

Comments
 (0)