Fix typo in `java_binary.bzl` comment. Removed an extra closing parenthesis from the `classpath_resources` attribute documentation. PiperOrigin-RevId: 836167105 Change-Id: I22a2c9f6790f2a448e0ce983afcae2ae56f4d3cb
diff --git a/java/common/rules/java_binary.bzl b/java/common/rules/java_binary.bzl index cdd79f2..609ca97 100644 --- a/java/common/rules/java_binary.bzl +++ b/java/common/rules/java_binary.bzl
@@ -303,7 +303,7 @@ "classpath_resources": attr.label_list( allow_files = True, doc = """ -<em class="harmful">DO NOT USE THIS OPTION UNLESS THERE IS NO OTHER WAY)</em> +<em class="harmful">DO NOT USE THIS OPTION UNLESS THERE IS NO OTHER WAY</em> <p> A list of resources that must be located at the root of the java tree. This attribute's only purpose is to support third-party libraries that require that their resources be