Skip to content

Commit 8912815

Browse files
[HSDK-3] don't to doesn't
1 parent 6f7e1ea commit 8912815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Amount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function set($amount, $currency)
3737
}
3838

3939
if(!isset(Catalogs\CURRENCIES[$currency])) {
40-
throw new \Exception('$currency don\'t exists.');
40+
throw new \Exception('$currency doesn\'t exists.');
4141
}
4242

4343
if(Catalogs\CURRENCIES[$currency][1] < 0) {

0 commit comments

Comments
 (0)