Skip to content

Commit de33510

Browse files
author
Mike Castle
committed
Minor tweak to JSDoc wording.
Issue #130. ␄
1 parent ebaa3e9 commit de33510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: linkedin-tool.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@
12591259
*/
12601260
class InfoWidget extends Widget {
12611261

1262-
/** @param {string} name - Name for this view. */
1262+
/** @param {string} name - Name for this instance. */
12631263
constructor(name) {
12641264
super(name, 'dialog');
12651265
this.logger.log(`${this.name} constructed`);

0 commit comments

Comments
 (0)