diff options
Diffstat (limited to 'app/Date.php')
| -rw-r--r-- | app/Date.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Date.php b/app/Date.php index e8d7e8523c..8f1255ee21 100644 --- a/app/Date.php +++ b/app/Date.php @@ -32,7 +32,7 @@ use Fisharebest\Webtrees\Date\RomanDate; * midnight, solar midnight, sunset, sunrise, etc.), we convert on the basis of * midday. * - * We assume that years start on the first day of the first month. Where + * We assume that years start on the first day of the first month. Where * this is not the case (e.g. England prior to 1752), we need to use modified * years or the OS/NS notation "4 FEB 1750/51". */ @@ -569,9 +569,9 @@ class Date { } /** - * Calculate the gregorian year for a date. This should NOT be used internally + * Calculate the gregorian year for a date. This should NOT be used internally * within WT - we should keep the code "calendar neutral" to allow support for - * jewish/arabic users. This is only for interfacing with external entities, + * jewish/arabic users. This is only for interfacing with external entities, * such as the ancestry.com search interface or the dated fact icons. * * @return int |
