Skip to content

Commit

Permalink
chore: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 31, 2023
1 parent d4117a6 commit 67c6bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rdf/query-search-score-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const computeScores = (

if (query) {
for (const cube of cubes) {
// If a cube have been found, it has at least a score of 1.
// If a cube has been found, it has at least a score of 1.
let score = 1;

for (const [field, weight] of Object.entries(weights) as [
Expand Down

0 comments on commit 67c6bdc

Please sign in to comment.