Skip to content

Commit

Permalink
chore(match-sorter-utils): fix JSDoc comment for rankItem (#5671)
Browse files Browse the repository at this point in the history
  • Loading branch information
daysm authored Jul 27, 2024
1 parent efba3b0 commit 92ef946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/match-sorter-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export type Ranking = (typeof rankings)[keyof typeof rankings]
/**
* Gets the highest ranking for value for the given item based on its values for the given keys
* @param {*} item - the item to rank
* @param {Array} keys - the keys to get values from the item for the ranking
* @param {String} value - the value to rank against
* @param {Object} options - options to control the ranking
* @return {{rank: Number, accessorIndex: Number, accessorThreshold: Number}} - the highest ranking
Expand Down

0 comments on commit 92ef946

Please sign in to comment.