Skip to content

Commit

Permalink
nit: fix typo (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Mar 27, 2023
1 parent dc1465e commit 191b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/d1/execute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type QueryResult = {
};
query?: string;
};
// Max number of bytes to send in a single /execute call
// Max number of statements to send in a single /execute call
const QUERY_LIMIT = 10_000;

export function Options(yargs: CommonYargsArgv) {
Expand Down

0 comments on commit 191b23f

Please sign in to comment.