Skip to content

Commit

Permalink
Minor grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve🔆 authored and dfahlander committed Jan 16, 2024
1 parent 9ce97b6 commit 3192c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class Table implements ITable<any, IndexableType> {
}

if (!compoundIndex && debug) console.warn(
`The query ${JSON.stringify(indexOrCrit)} on ${this.name} would benefit of a ` +
`The query ${JSON.stringify(indexOrCrit)} on ${this.name} would benefit from a ` +
`compound index [${keyPaths.join('+')}]`);

// Ok, now let's fallback to finding at least one matching index
Expand Down

0 comments on commit 3192c59

Please sign in to comment.