From 6876745170c45c45d90676fc2b7c5211f8d0e7b7 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 --- flyteidl/protos/docs/core/core.rst | 4 ++-- flyteidl/protos/docs/datacatalog/datacatalog.rst | 4 ++-- flyteidl/protos/docs/event/event.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flyteidl/protos/docs/core/core.rst b/flyteidl/protos/docs/core/core.rst index 38b7b82499..31e8d3f3cc 100644 --- a/flyteidl/protos/docs/core/core.rst +++ b/flyteidl/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/flyteidl/protos/docs/datacatalog/datacatalog.rst b/flyteidl/protos/docs/datacatalog/datacatalog.rst index fdd25331f5..6a2477cf19 100644 --- a/flyteidl/protos/docs/datacatalog/datacatalog.rst +++ b/flyteidl/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/flyteidl/protos/docs/event/event.rst b/flyteidl/protos/docs/event/event.rst index dc2f0814b4..f402590078 100644 --- a/flyteidl/protos/docs/event/event.rst +++ b/flyteidl/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.