fix: inline markup spans must be separated from the surrounding text by non-word characters

PiperOrigin-RevId: 322464556
This commit is contained in:
Google APIs 2020-07-21 16:17:21 -07:00 committed by Copybara-Service
parent be0c5a9b1b
commit 58be915cf3
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ service CloudBuild {
// This API is experimental.
rpc UpdateWorkerPool(UpdateWorkerPoolRequest) returns (WorkerPool) {}
// List project's `WorkerPool`s.
// List project's `WorkerPools`.
//
// This API is experimental.
rpc ListWorkerPools(ListWorkerPoolsRequest)
@ -1328,7 +1328,7 @@ message UpdateWorkerPoolRequest {
WorkerPool worker_pool = 3;
}
// Request to list `WorkerPool`s.
// Request to list `WorkerPools`.
message ListWorkerPoolsRequest {
// ID of the parent project.
string parent = 1;