Skip to content

Commit

Permalink
Fix JSDoc comment (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jan 4, 2022
1 parent ad640de commit f902f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command.js
Expand Up @@ -83,7 +83,7 @@ class Command extends EventEmitter {
* (Used internally when adding a command using `.command()` so subcommands inherit parent settings.)
*
* @param {Command} sourceCommand
* @return {Command} returns `this` for executable command
* @return {Command} `this` command for chaining
*/
copyInheritedSettings(sourceCommand) {
this._outputConfiguration = sourceCommand._outputConfiguration;
Expand Down

0 comments on commit f902f6d

Please sign in to comment.