grammar error (#1795)

This commit is contained in:
Krishna Agarwal
2022-07-29 11:02:52 -07:00
committed by GitHub
parent df93623741
commit 4d53e3ffe3
+1 -1
View File
@@ -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.