@@ -16,7 +16,7 @@ |
||
16 | 16 | class Dice |
17 | 17 | { |
18 | 18 | const CONSTANT = 'Dice::CONSTANT'; |
19 | - const INSTANCE = 'Dice::INSTANCE'; |
|
19 | + const INSTANCE = 'Dice::INSTANCE'; |
|
20 | 20 | |
21 | 21 | /** |
22 | 22 | * @var array $rules Rules which have been set using addRule() |