1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00
Just fixing a typo in a function description.
This commit is contained in:
Dean Petty 2018-10-18 16:31:13 -05:00 committed by Rémi Lanvin
parent 539bc228f0
commit 9a4f2492b0

View File

@ -52,7 +52,7 @@ function pymod($a, $b)
}
/**
* Check is a year is a leap year.
* Check if a year is a leap year.
*
* @param int $year The year to be checked.
* @return bool