diff --git a/linkedin-tool.user.js b/linkedin-tool.user.js index c21c740..d6edd49 100644 --- a/linkedin-tool.user.js +++ b/linkedin-tool.user.js @@ -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`);