diff options
| author | bjcul <bjcul@192.168.1.26> | 2022-09-27 19:15:16 -0400 |
|---|---|---|
| committer | bjcul <bjcul@192.168.1.26> | 2022-09-27 19:15:16 -0400 |
| commit | e151e8490ed40231399618bf2dc4204c2ce99a82 (patch) | |
| tree | dce61b6e1a7f20bcba8411d412c83692e6019ed8 /dice/src/example/java/bjc/dicelang/neodice/statements | |
| parent | da0b133cedf9fe4e464aadad1a451dacbf4d2b30 (diff) | |
Merge branch 'master' of git@github.com:bculkin2442/dice-lang.git
Diffstat (limited to 'dice/src/example/java/bjc/dicelang/neodice/statements')
| -rw-r--r-- | dice/src/example/java/bjc/dicelang/neodice/statements/DiePoolStatementValue.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dice/src/example/java/bjc/dicelang/neodice/statements/DiePoolStatementValue.java b/dice/src/example/java/bjc/dicelang/neodice/statements/DiePoolStatementValue.java index 114475c..171dac6 100644 --- a/dice/src/example/java/bjc/dicelang/neodice/statements/DiePoolStatementValue.java +++ b/dice/src/example/java/bjc/dicelang/neodice/statements/DiePoolStatementValue.java @@ -7,7 +7,7 @@ import java.util.*; import bjc.dicelang.neodice.*; /** - * A StatementValue that represesnts a die pool + * A StatementValue that represents a die pool * @author Ben Culkin * */ |
