Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
Improve comment
  • Loading branch information
u01jmg3 committed Mar 23, 2020
1 parent a54f463 commit c8dbf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ICal/ICal.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @author Jonathan Goode <https://github.com/u01jmg3>
* @license https://opensource.org/licenses/mit-license.php MIT License
* @version 2.1.16
* @version 2.1.18
*/

namespace ICal;
Expand Down Expand Up @@ -1502,7 +1502,7 @@ function ($weekday) use ($initialDayOfWeek, $wkstTransition, $interval) {
$this->eventCount++;
}

// count all evaluated candidates, also excluded ones
// Count all evaluated candidates including excluded ones
if (isset($rrules['COUNT'])) {
$count++;

Expand Down

0 comments on commit c8dbf16

Please sign in to comment.