mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #469 from eltociear/patch-1
Fix typo in pawDrawEditor.ts
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user