Skip to content

Commit

Permalink
fixes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Dec 24, 2024
1 parent d9516a0 commit 0f46516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class TableClient<TableConfig extends TableDefinition<any, any, any>> {
}

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

0 comments on commit 0f46516

Please sign in to comment.