Skip to content

Commit

Permalink
Minor tweak to JSDoc wording.
Browse files Browse the repository at this point in the history
Issue #130.

␄
  • Loading branch information
Mike Castle committed Oct 28, 2023
1 parent ebaa3e9 commit de33510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin-tool.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
*/
class InfoWidget extends Widget {

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

0 comments on commit de33510

Please sign in to comment.