Skip to content

Commit 658ec53

Browse files
docs: fix grammar in documentation (#112)
* docs: fix grammar in documentation PiperOrigin-RevId: 376172241 Source-Link: googleapis/googleapis@df616b5 Source-Link: googleapis/googleapis-gen@9812a27 * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1db3171 commit 658ec53

File tree

2 files changed

+2
-2
lines changed
  • packages/google-cloud-tasks/google/cloud

2 files changed

+2
-2
lines changed

packages/google-cloud-tasks/google/cloud/tasks_v2beta2/types/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Queue(proto.Message):
101101
state (google.cloud.tasks_v2beta2.types.Queue.State):
102102
Output only. The state of the queue.
103103
104-
``state`` can only be changed by called
104+
``state`` can only be changed by calling
105105
[PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
106106
[ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue],
107107
or uploading

packages/google-cloud-tasks/google/cloud/tasks_v2beta3/types/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Queue(proto.Message):
117117
state (google.cloud.tasks_v2beta3.types.Queue.State):
118118
Output only. The state of the queue.
119119
120-
``state`` can only be changed by called
120+
``state`` can only be changed by calling
121121
[PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
122122
[ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue],
123123
or uploading

0 commit comments

Comments
 (0)