From b1bb44f7352b92c6e77cb68b3f7f9e00677dbd25 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 12 Apr 2022 09:16:04 +0000 Subject: [PATCH] update docs (#285) Signed-off-by: Kevin Su --- protos/docs/core/core.rst | 4 ++-- protos/docs/datacatalog/datacatalog.rst | 4 ++-- protos/docs/event/event.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/protos/docs/core/core.rst b/protos/docs/core/core.rst index 38b7b8249..31e8d3f3c 100644 --- a/protos/docs/core/core.rst +++ b/protos/docs/core/core.rst @@ -3373,8 +3373,8 @@ Value `Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a -list of values. A producer of value is expected to set one of that -variants, absence of any variant indicates an error. +list of values. A producer of value is expected to set one of these +variants. Absence of any variant indicates an error. The JSON representation for `Value` is JSON value. diff --git a/protos/docs/datacatalog/datacatalog.rst b/protos/docs/datacatalog/datacatalog.rst index fdd25331f..6a2477cf1 100644 --- a/protos/docs/datacatalog/datacatalog.rst +++ b/protos/docs/datacatalog/datacatalog.rst @@ -1186,8 +1186,8 @@ Value `Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a -list of values. A producer of value is expected to set one of that -variants, absence of any variant indicates an error. +list of values. A producer of value is expected to set one of these +variants. Absence of any variant indicates an error. The JSON representation for `Value` is JSON value. diff --git a/protos/docs/event/event.rst b/protos/docs/event/event.rst index dc2f0814b..f40259007 100644 --- a/protos/docs/event/event.rst +++ b/protos/docs/event/event.rst @@ -643,8 +643,8 @@ Value `Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a -list of values. A producer of value is expected to set one of that -variants, absence of any variant indicates an error. +list of values. A producer of value is expected to set one of these +variants. Absence of any variant indicates an error. The JSON representation for `Value` is JSON value.