mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Fix typo in BUILD rule name
PiperOrigin-RevId: 923484288
This commit is contained in:
parent
9823e870ae
commit
00f4fcc7af
1 changed files with 2 additions and 2 deletions
|
|
@ -655,8 +655,8 @@ alias(
|
|||
################################################################################
|
||||
|
||||
alias(
|
||||
name = "csharp_features_proto",
|
||||
actual = "//csharp:csharp_features_proto", # proto_library
|
||||
name = "c_sharp_features_proto",
|
||||
actual = "//csharp:c_sharp_features_proto", # proto_library
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue