Update typings/xterm.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-03-15 18:13:36 -04:00
committed by GitHub
co-authored by Daniel Imms
parent 6f5008dba6
commit a4f830aa5d
+1 -1
View File
@@ -400,7 +400,7 @@ declare module 'xterm' {
}
/**
* Represents a disposable with an
* Represents a disposable that tracks is disposed state.
* @param onDispose event listener and
* @param isDisposed property.
*/