We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5495fb + b94f10d commit 2ffd5bbCopy full SHA for 2ffd5bb
common/content/commands.js
@@ -155,7 +155,7 @@ const Command = Class("Command", {
155
action: null,
156
/**
157
* @property {string} This command's argument count spec.
158
- * @see Commands#parseArguments
+ * @see Commands#parseArgs
159
*/
160
argCount: 0,
161
@@ -167,7 +167,7 @@ const Command = Class("Command", {
167
hereDoc: false,
168
169
* @property {Array} The options this command takes.
170
- * @see Commands@parseArguments
+ * @see Commands@parseArgs
171
172
options: [],
173
0 commit comments