Update src/common/buffer/Buffer.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-03-02 15:18:29 -06:00
committed by GitHub
co-authored by Daniel Imms
parent 85dd6a9e87
commit 1af22b24c0
+2 -2
View File
@@ -601,8 +601,8 @@ export class Buffer implements IBuffer {
}
/**
* Clears markers on all lines except for
* those on @param excludeY
* Clears markers on all lines except for those on a particular line.
* @param excludeY The line to exclude.
*/
public clearAllMarkers(excludeY: number): void {
this._isClearing = true;