From 4d53e3ffe37ee080e12555ddab4ef1fbf4381f80 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Fri, 29 Jul 2022 23:32:52 +0530 Subject: [PATCH] grammar error (#1795) --- bazel/fuzzing/rules.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/fuzzing/rules.bzl b/bazel/fuzzing/rules.bzl index fcf571ecc13c..47b3f3c51936 100644 --- a/bazel/fuzzing/rules.bzl +++ b/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.