From d8317e3156e2fc87d1e649bb9fe1b634306863a1 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 3 Dec 2018 18:24:43 +0100 Subject: [PATCH] tweak jsdoc --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index c06b8a937ec..4a28bb38b9a 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -3061,7 +3061,7 @@ declare module 'vscode' { /** * Creates a new parameter information object. * - * @param label A label string or inclusive start and exclusive end offsets within its containing. + * @param label A label string or inclusive start and exclusive end offsets within its containing signature label. * @param documentation A doc string. */ constructor(label: string | [number, number], documentation?: string | MarkdownString);