Skip to content

Commit a29e7f9

Browse files
committed
comment: Remove (hopefully) last reference to old 'include' vocabulary
1 parent cb9eaaa commit a29e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ ${statement.explainStatement(' ')}
481481
return;
482482
}
483483

484-
// Process the included text with placeholder expansion
484+
// Process the preset text with placeholder expansion
485485
const instructions = splitSourceHonouringLineContinuations(presetValue);
486486
for (const instruction of instructions) {
487487
const newStatement = new Statement(statement.rawInstruction, statement.anyContinuationLinesRemoved);

0 commit comments

Comments
 (0)