Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 6f93a19

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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)