We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7977f44 commit d6f88e2Copy full SHA for d6f88e2
1 file changed
src/vs/base/common/lifecycle.ts
@@ -49,7 +49,7 @@ export class DisposableStore implements IDisposable {
49
/**
50
* Dispose of all registered disposables and mark this object as disposed.
51
*
52
- * Any future disposables added to this object will be disposed of on `push`.
+ * Any future disposables added to this object will be disposed of on `add`.
53
*/
54
public dispose(): void {
55
this._isDisposed = true;
0 commit comments