Skip to content

Commit 4b32ce6

Browse files
committed
Fixing ex msg
1 parent 9cee3f9 commit 4b32ce6

File tree

1 file changed

+1
-1
lines changed
  • src/Coduo/PHPHumanizer/DateTime/Unit

1 file changed

+1
-1
lines changed

src/Coduo/PHPHumanizer/DateTime/Unit/Week.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function getMilliseconds()
2222

2323
public function getDateIntervalSymbol()
2424
{
25-
throw new \RuntimeException("JustNow doesn't have date interval symbol equivalent");
25+
throw new \RuntimeException("Week doesn't have date interval symbol equivalent");
2626
}
2727
}

0 commit comments

Comments
 (0)