Skip to content

Commit d6f88e2

Browse files
committed
Update comment
1 parent 7977f44 commit d6f88e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/common/lifecycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class DisposableStore implements IDisposable {
4949
/**
5050
* Dispose of all registered disposables and mark this object as disposed.
5151
*
52-
* Any future disposables added to this object will be disposed of on `push`.
52+
* Any future disposables added to this object will be disposed of on `add`.
5353
*/
5454
public dispose(): void {
5555
this._isDisposed = true;

0 commit comments

Comments
 (0)