Skip to content

Commit 2ffd5bb

Browse files
committed
Merge pull request #284 from airodactyl/consistent-documentation
Change comments to reflect actual function name
2 parents f5495fb + b94f10d commit 2ffd5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/content/commands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const Command = Class("Command", {
155155
action: null,
156156
/**
157157
* @property {string} This command's argument count spec.
158-
* @see Commands#parseArguments
158+
* @see Commands#parseArgs
159159
*/
160160
argCount: 0,
161161
/**
@@ -167,7 +167,7 @@ const Command = Class("Command", {
167167
hereDoc: false,
168168
/**
169169
* @property {Array} The options this command takes.
170-
* @see Commands@parseArguments
170+
* @see Commands@parseArgs
171171
*/
172172
options: [],
173173
/**

0 commit comments

Comments
 (0)