From 1af22b24c021d6dba1cd94dd2346ab48f03345f0 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Wed, 2 Mar 2022 15:18:29 -0600 Subject: [PATCH] Update src/common/buffer/Buffer.ts Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com> --- src/common/buffer/Buffer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/buffer/Buffer.ts b/src/common/buffer/Buffer.ts index 8693736c..bf9d24ce 100644 --- a/src/common/buffer/Buffer.ts +++ b/src/common/buffer/Buffer.ts @@ -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;