docs: minor grammar improvements

PiperOrigin-RevId: 512664562
This commit is contained in:
Google APIs 2023-02-27 10:24:41 -08:00 committed by Copybara-Service
parent 98262488c7
commit 2328fdb96c

View file

@ -966,7 +966,7 @@ message ReservationAffinity {
repeated string values = 3;
}
// Kubernetes taint is comprised of three fields: key, value, and effect. Effect
// Kubernetes taint is composed of three fields: key, value, and effect. Effect
// can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
//
// See