From 2328fdb96c0747ed08f769ce9c19c932a9d7d2da Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 27 Feb 2023 10:24:41 -0800 Subject: [PATCH] docs: minor grammar improvements PiperOrigin-RevId: 512664562 --- google/container/v1/cluster_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/container/v1/cluster_service.proto b/google/container/v1/cluster_service.proto index aa2f3f45f1..5d17384436 100644 --- a/google/container/v1/cluster_service.proto +++ b/google/container/v1/cluster_service.proto @@ -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