tweak jsdoc

This commit is contained in:
Johannes Rieken
2018-12-03 18:24:43 +01:00
parent 262b7fcd60
commit d8317e3156
+1 -1
View File
@@ -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);