Skip to content

Commit 0f46516

Browse files
committed
fixes #56
1 parent d9516a0 commit 0f46516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class TableClient<TableConfig extends TableDefinition<any, any, any>> {
176176
}
177177

178178
/**
179-
* Allows up to 25 get requests to be sent in one request.
179+
* Allows up to 100 get requests to be sent in one request.
180180
*
181181
* @returns - An executor that can be executed, or you can append more requests from other tables by calling **and()**.
182182
*/

0 commit comments

Comments
 (0)