Merge pull request #469 from eltociear/patch-1

Fix typo in pawDrawEditor.ts
This commit is contained in:
Greg Van Liew
2021-07-27 07:00:32 -07:00
committed by GitHub

View File

@ -81,7 +81,7 @@ class PawDrawDocument extends Disposable implements vscode.CustomDocument {
redo(): void,
}>());
/**
* Fired to tell VS Code that an edit has occured in the document.
* Fired to tell VS Code that an edit has occurred in the document.
*
* This updates the document's dirty indicator.
*/