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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;