bin/x86-macos/google/protobuf/field_mask.proto in grpc-tools-1.14.2 vs bin/x86-macos/google/protobuf/field_mask.proto in grpc-tools-1.15.0.pre1
- old
+ new
@@ -241,11 +241,11 @@
// Note that oneof type names ("test_oneof" in this case) cannot be used in
// paths.
//
// ## Field Mask Verification
//
-// The implementation of the all the API methods, which have any FieldMask type
-// field in the request, should verify the included field paths, and return
+// The implementation of any API method which has a FieldMask type field in the
+// request should verify the included field paths, and return an
// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
message FieldMask {
// The set of field mask paths.
repeated string paths = 1;
}