Skip to content

Commit

Permalink
Update system-test/read-rows.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Leah E. Cole <[email protected]>
  • Loading branch information
danieljbruce and leahecole authored Jun 10, 2024
1 parent 10c1a63 commit 9831f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/read-rows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function getRequestOptions(request: {
(rowKeys: RowKeysWithFunction) => rowKeys.asciiSlice()
);
}
// The grpc protocol sets rowsLimit to '0' if rowsLimit is not provided in the
// rowsLimit is set to '0' if rowsLimit is not provided in the
// grpc request.
//
// Do not append rowsLimit to collection of request options if received grpc
Expand Down

0 comments on commit 9831f48

Please sign in to comment.