diff options
| author | EVE <EVE@EVE-PC> | 2017-03-13 16:41:45 -0400 |
|---|---|---|
| committer | EVE <EVE@EVE-PC> | 2017-03-13 16:41:45 -0400 |
| commit | 01136c6796e21f023713e026674576d8e623462d (patch) | |
| tree | e77886fe0e0adaf3c0430fba9ce248ef83f74fe4 /dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java | |
| parent | 870d769cfc152171d27b2331a7c590d0b307ad48 (diff) | |
Formatting
Diffstat (limited to 'dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java b/dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java index 4af521b..e20a12a 100644 --- a/dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java +++ b/dice-lang/src/bjc/dicelang/v1/PolyhedralDice.java @@ -20,7 +20,7 @@ public class PolyhedralDice { * Produce the specified number of 10-sided dice * * @param nDice - * The number of ten-sided dice to produce + * The number of ten-sided dice to produce * @return A group of ten-sided dice of the specified size */ public static IDiceExpression d10(int nDice) { @@ -40,7 +40,7 @@ public class PolyhedralDice { * Produce the specified number of 100-sided dice * * @param nDice - * The number of hundred-sided dice to produce + * The number of hundred-sided dice to produce * @return A group of hundred-sided dice of the specified size */ public static IDiceExpression d100(int nDice) { @@ -60,7 +60,7 @@ public class PolyhedralDice { * Produce the specified number of 12-sided dice * * @param nDice - * The number of twelve-sided dice to produce + * The number of twelve-sided dice to produce * @return A group of twelve-sided dice of the specified size */ public static IDiceExpression d12(int nDice) { @@ -80,7 +80,7 @@ public class PolyhedralDice { * Produce the specified number of 20-sided dice * * @param nDice - * The number of twenty-sided dice to produce + * The number of twenty-sided dice to produce * @return A group of twenty-sided dice of the specified size */ public static IDiceExpression d20(int nDice) { @@ -100,7 +100,7 @@ public class PolyhedralDice { * Produce the specified number of 4-sided dice * * @param nDice - * The number of four-sided dice to produce + * The number of four-sided dice to produce * @return A group of four-sided dice of the specified size */ public static IDiceExpression d4(int nDice) { @@ -120,7 +120,7 @@ public class PolyhedralDice { * Produce the specified number of 6-sided dice * * @param nDice - * The number of six-sided dice to produce + * The number of six-sided dice to produce * @return A group of six-sided dice of the specified size */ public static IDiceExpression d6(int nDice) { @@ -140,7 +140,7 @@ public class PolyhedralDice { * Produce the specified number of 8-sided dice * * @param nDice - * The number of eight-sided dice to produce + * The number of eight-sided dice to produce * @return A group of eight-sided dice of the specified size */ public static IDiceExpression d8(int nDice) { |
