Krishna Agarwal hace 3 años
padre
commit
4d53e3ffe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bazel/fuzzing/rules.bzl

+ 1 - 1
bazel/fuzzing/rules.bzl

@@ -18,7 +18,7 @@ def cc_fuzz_test(
     """Macro for C++ fuzzing test.
 
     In order to run tests on a single file, run the fuzzer binary under
-    bazel-bin directly. That will avoid the args being passed by bazel.
+    bazel-bin directly. That will avoid the args being passed by Bazel.
 
     Args:
         name: The main fuzz test rule name.