mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 08:23:37 +01:00
Fix JSDoc grammatical error (#184090)
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user