Skip to content

Commit

Permalink
tweak jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 3, 2018
1 parent 262b7fc commit d8317e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d8317e3

Please sign in to comment.