diff options
Diffstat (limited to 'app/Date/JewishDate.php')
| -rw-r--r-- | app/Date/JewishDate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Date/JewishDate.php b/app/Date/JewishDate.php index 9d5f68c082..1185f79e15 100644 --- a/app/Date/JewishDate.php +++ b/app/Date/JewishDate.php @@ -54,7 +54,7 @@ class JewishDate extends CalendarDate { /** * Generate the %y format for a date. * - * NOTE Short year is NOT a 2-digit year. It is for calendars such as hebrew + * NOTE Short year is NOT a 2-digit year. It is for calendars such as hebrew * which have a 3-digit form of 4-digit years. * * @return string @@ -245,7 +245,7 @@ class JewishDate extends CalendarDate { } /** - * Which months follows this one? Calendars with leap-months should provide their own implementation. + * Which months follows this one? Calendars with leap-months should provide their own implementation. * * @return int[] */ |
