We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7bda6 commit a8956efCopy full SHA for a8956ef
src/requestHandler.ts
@@ -1020,7 +1020,7 @@ export default class RequestHandler {
1020
// We added the headline to the search text with 2 line breaks.
1021
// That causes the start and end position numbers to be wrong with an offset
1022
// of the char length of the headline line breaks.
1023
- // This is fixed by substracting the positionOffset from the start and end position.
+ // This is fixed by subtracting the positionOffset from the start and end position.
1024
const positionOffset = filenamePrefix.length;
1025
1026
if (result) {
0 commit comments