Skip to content

Commit

Permalink
Fix minor wording mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Dec 12, 2023
1 parent 57b6999 commit 2a159d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data/src/querier/querier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export namespace Querier {

/**
* Index signature allowing keys to be of type `string` and values of type
* {@link Variables} or `undefined`.
* {@link Variables} or `unknown`.
*/
readonly [key: string]: Variables | unknown;

Expand Down

0 comments on commit 2a159d5

Please sign in to comment.