bin/x86_64-windows/google/protobuf/struct.proto in grpc-tools-1.43.1 vs bin/x86_64-windows/google/protobuf/struct.proto in grpc-tools-1.44.0.pre2
- old
+ new
@@ -53,11 +53,11 @@
map<string, Value> fields = 1;
}
// `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.
message Value {
// The kind of value.
oneof kind {