From 2da29f17c25b3b07076f6f022783c622b2180199 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 13 Dec 2021 10:16:00 -0800 Subject: [PATCH] Fix API docs for NotebookEditorEdit (#17902) --- src/sql/azdata.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sql/azdata.d.ts b/src/sql/azdata.d.ts index e6db233565..96bce6e7bf 100644 --- a/src/sql/azdata.d.ts +++ b/src/sql/azdata.d.ts @@ -4912,9 +4912,9 @@ declare module 'azdata' { } /** - * A complex edit that will be applied in one transaction on a TextEditor. + * A complex edit that will be applied in one transaction on a NotebookEditor. * This holds a description of the edits and if the edits are valid (i.e. no overlapping regions, document was not changed in the meantime, etc.) - * they can be applied on a [document](#TextDocument) associated with a [text editor](#TextEditor). + * they can be applied on a [document](#NotebookDocument) associated with a [Notebook editor](#NotebookEditor). * */ export interface NotebookEditorEdit {