From 8c786ad934bd3961dfa5df5310b4aae59a72d16d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 24 Jan 2008 07:49:44 +1300 Subject: [PATCH] Correct comments to reflect reality. --- inc/RRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/RRule.php b/inc/RRule.php index b1a50648..78341859 100644 --- a/inc/RRule.php +++ b/inc/RRule.php @@ -701,7 +701,7 @@ class RRule { /**#@-*/ /** - * The constructor takes a start & end date and an RRULE definition. All of these + * The constructor takes a start date and an RRULE definition. Both of these * follow the iCalendar standard. */ function RRule( $start, $rrule ) {