Skip to content

Commit

Permalink
update docs (#285)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Apr 12, 2022
1 parent bd8cff6 commit 6876745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flyteidl/protos/docs/core/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions flyteidl/protos/docs/datacatalog/datacatalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions flyteidl/protos/docs/event/event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6876745

Please sign in to comment.