Skip to content

Commit

Permalink
Fix typos in argument types
Browse files Browse the repository at this point in the history
numeic -> numeric
  • Loading branch information
Davnit committed Apr 20, 2016
1 parent 37839f1 commit 3e642cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/commands.xml
Expand Up @@ -285,7 +285,7 @@
</documentation>
</argument>

<argument name="UpperRank" type="numeic" optional="1">
<argument name="UpperRank" type="numeric" optional="1">
<documentation>
<description>
Finds users between this rank and the rank specified in the first parameter
Expand Down Expand Up @@ -428,7 +428,7 @@
</documentation>

<arguments>
<argument name="value" type="numeic" optional="1">
<argument name="value" type="numeric" optional="1">
<documentation>
<description>
The maximum value to roll.
Expand Down

0 comments on commit 3e642cd

Please sign in to comment.