Skip to content

Commit 143bb3c

Browse files
update wording for differential comparator docs
1 parent c9bcd3f commit 143bb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/client/watched/processors/DifferentialQueryProcessor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export interface WatchedQueryDifferential<RowType> {
4646
*/
4747
export interface DifferentialWatchedQueryComparator<RowType> {
4848
/**
49-
* Unique identifier for the item.
49+
* Generates a unique key for the item.
5050
*/
5151
keyBy: (item: RowType) => string;
5252
/**
53-
* Generates a key for comparing items with matching identifiers.
53+
* Generates a token for comparing items with matching keys.
5454
*/
5555
compareBy: (item: RowType) => string;
5656
}

0 commit comments

Comments
 (0)