From 39c174e10d224c46b556d8d4615863804d5b2ff6 Mon Sep 17 00:00:00 2001 From: Lucas Mirelmann Date: Thu, 13 Jul 2023 16:17:45 +0200 Subject: [PATCH] Document Fix typo (#266) Fix a typo --- build/bazel/remote/logstream/v1/remote_logstream.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bazel/remote/logstream/v1/remote_logstream.proto b/build/bazel/remote/logstream/v1/remote_logstream.proto index a6994aee..2741016b 100644 --- a/build/bazel/remote/logstream/v1/remote_logstream.proto +++ b/build/bazel/remote/logstream/v1/remote_logstream.proto @@ -31,7 +31,7 @@ option objc_class_prefix = "RL"; // The Log Stream API manages LogStream resources which are used to stream // writes and reads of an ordered sequence of bytes of unknown eventual length. // -// Note that this is an API Interface and not an API Service, per the definitons +// Note that this is an API Interface and not an API Service, per the definitions // at: https://cloud.google.com/apis/design/glossary // // Log Stream API supports the reading of unfinalized LogStreams either by