aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuto Ikuta <tikuta@google.com>2023-03-28 02:41:30 +0900
committerGitHub <noreply@github.com>2023-03-27 10:41:30 -0700
commit79bd54eb9b5f19586f61bbd8f47a7fe2c9d9e7fe (patch)
tree7b289dc7311fb71339d22ccb5b7f0a35b67138f3
parent8f539af4b407a4f649707f9632fc2b715c9aa065 (diff)
downloadbazelbuild-remote-apis-79bd54eb9b5f19586f61bbd8f47a7fe2c9d9e7fe.tar.gz
replace `base 64` with `base64` (#249)
-rw-r--r--build/bazel/remote/execution/v2/remote_execution.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bazel/remote/execution/v2/remote_execution.proto b/build/bazel/remote/execution/v2/remote_execution.proto
index 71affb0..d39afcd 100644
--- a/build/bazel/remote/execution/v2/remote_execution.proto
+++ b/build/bazel/remote/execution/v2/remote_execution.proto
@@ -2038,7 +2038,7 @@ message ToolDetails {
//
// * name: `build.bazel.remote.execution.v2.requestmetadata-bin`
// * contents: the base64 encoded binary `RequestMetadata` message.
-// Note: the gRPC library serializes binary headers encoded in base 64 by
+// Note: the gRPC library serializes binary headers encoded in base64 by
// default (https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests).
// Therefore, if the gRPC library is used to pass/retrieve this
// metadata, the user may ignore the base64 encoding and assume it is simply