Skip to content

Commit f6a419c

Browse files
authored
Fix typo in src/main/starlark/core/compile/BUILD.release.bazel (#1253)
1 parent 7a988ee commit f6a419c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/core/compile/BUILD.release.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bzl_library(
1919
srcs = [
2020
"common.bzl",
2121
],
22-
visiblity = [
22+
visibility = [
2323
"//visibility:public",
2424
],
2525
)

0 commit comments

Comments
 (0)