From f902f6da9c9f31197e92cfd6244138b539dad245 Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 5 Jan 2022 11:05:40 +1300 Subject: [PATCH] Fix JSDoc comment (#1673) --- lib/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.js b/lib/command.js index ef7a98371..12e7bb7be 100644 --- a/lib/command.js +++ b/lib/command.js @@ -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;