Skip to content

Commit 1941ff9

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix minor typos
PiperOrigin-RevId: 753985184
1 parent e56f053 commit 1941ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/asset/v1p7beta1/asset_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ message PartitionSpec {
273273
PARTITION_KEY_UNSPECIFIED = 0;
274274

275275
// The time when the snapshot is taken. If specified as partition key, the
276-
// result table(s) is partitoned by the additional timestamp column,
276+
// result table(s) is partitioned by the additional timestamp column,
277277
// readTime. If [read_time] in ExportAssetsRequest is specified, the
278278
// readTime column's value will be the same as it. Otherwise, its value will
279279
// be the current time that is used to take the snapshot.
280280
READ_TIME = 1;
281281

282282
// The time when the request is received and started to be processed. If
283-
// specified as partition key, the result table(s) is partitoned by the
283+
// specified as partition key, the result table(s) is partitioned by the
284284
// requestTime column, an additional timestamp column representing when the
285285
// request was received.
286286
REQUEST_TIME = 2;

0 commit comments

Comments
 (0)