Skip to content

Commit 456ea0a

Browse files
authored
Fix JSDoc grammatical error (microsoft#184090)
1 parent 940571e commit 456ea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16362,7 +16362,7 @@ declare module 'vscode' {
1636216362
appendOutput(output: string, location?: Location, test?: TestItem): void;
1636316363

1636416364
/**
16365-
* Signals that the end of the test run. Any tests included in the run whose
16365+
* Signals the end of the test run. Any tests included in the run whose
1636616366
* states have not been updated will have their state reset.
1636716367
*/
1636816368
end(): void;

0 commit comments

Comments
 (0)