Fix typo in BUILD rule name

PiperOrigin-RevId: 923484288
This commit is contained in:
Protobuf Team Bot 2026-05-29 10:27:36 -07:00 committed by Copybara-Service
parent 9823e870ae
commit 00f4fcc7af

View file

@ -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"],
)