Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia authored Apr 12, 2022
2 parents 1fb7b99 + b1bb44f commit 80a32d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 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 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 80a32d0

Please sign in to comment.