From ad9818fb1a1f754fc584cf823364fba58187cba7 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Tue, 8 Feb 2022 20:29:20 -0600 Subject: [PATCH] Update typings/xterm.d.ts Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com> --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 5ba7dcf5..77fae602 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -936,7 +936,7 @@ declare module 'xterm' { * @param decorationOptions, which takes a marker and an optional anchor, * width, height, and x offset from the anchor. Returns the decoration or * undefined if the alt buffer is active or the marker has already been disposed of. - * @throws if the @param decorationOptions includes a negative x offset. + * @throws when options include a negative x offset. */ registerDecoration(decorationOptions: IDecorationOptions): IDecoration | undefined;