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

Commit

Permalink
docs: fix grammar in documentation (#112)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 27, 2021
1 parent 0f68428 commit 6f93a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/tasks_v2beta2/types/queue.py
Expand Up @@ -101,7 +101,7 @@ class Queue(proto.Message):
state (google.cloud.tasks_v2beta2.types.Queue.State):
Output only. The state of the queue.
``state`` can only be changed by called
``state`` can only be changed by calling
[PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
[ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue],
or uploading
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/tasks_v2beta3/types/queue.py
Expand Up @@ -117,7 +117,7 @@ class Queue(proto.Message):
state (google.cloud.tasks_v2beta3.types.Queue.State):
Output only. The state of the queue.
``state`` can only be changed by called
``state`` can only be changed by calling
[PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
[ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue],
or uploading
Expand Down

0 comments on commit 6f93a19

Please sign in to comment.