From 9831f484576a97540054d6ed278dce7ed36b488c Mon Sep 17 00:00:00 2001 From: danieljbruce Date: Mon, 10 Jun 2024 10:04:45 -0400 Subject: [PATCH] Update system-test/read-rows.ts Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- system-test/read-rows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/read-rows.ts b/system-test/read-rows.ts index 19c7f289e..c873a6398 100644 --- a/system-test/read-rows.ts +++ b/system-test/read-rows.ts @@ -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