Skip to content

Commit c4e6427

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix formatting for reversed order field example
PiperOrigin-RevId: 547553954
1 parent 1bd12d7 commit c4e6427

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

google/bigtable/v2/bigtable.proto

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,13 @@ message ReadRowsRequest {
277277
//
278278
// Return rows in lexiographical descending order of the row keys. The row
279279
// contents will not be affected by this flag.
280-
// Example result set: [
281-
// {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2",
282-
// "f:col2": "v2"} ].
280+
//
281+
// Example result set:
282+
//
283+
// [
284+
// {key: "k2", "f:col1": "v1", "f:col2": "v1"},
285+
// {key: "k1", "f:col1": "v2", "f:col2": "v2"}
286+
// ]
283287
bool reversed = 7;
284288
}
285289

0 commit comments

Comments
 (0)