Fix JSDoc grammatical error (#184090)

This commit is contained in:
Joyce Er
2023-06-01 11:57:38 -07:00
committed by GitHub
parent 940571e267
commit 456ea0a87d
+1 -1
View File
@@ -16362,7 +16362,7 @@ declare module 'vscode' {
appendOutput(output: string, location?: Location, test?: TestItem): void;
/**
* Signals that the end of the test run. Any tests included in the run whose
* Signals the end of the test run. Any tests included in the run whose
* states have not been updated will have their state reset.
*/
end(): void;