Skip to content

Commit

Permalink
change wording in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Apr 28, 2024
1 parent 6539913 commit 02afba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/src/components/fileDisplaying/MatchList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}}) <br />
Match is {{ match.tokens }} tokens long. <br />
<span v-if="showTokenRanges(match)">
Token ranges: {{ match.startInFirst.tokenListIndex }}-{{
Token indeces of match: {{ match.startInFirst.tokenListIndex }}-{{
match.endInFirst.tokenListIndex
}}
and {{ match.startInSecond.tokenListIndex }}-{{ match.endInSecond.tokenListIndex }}.
Expand Down

0 comments on commit 02afba5

Please sign in to comment.