summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 914b81eeaa..45c136c234 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -5935,6 +5935,7 @@ d_lite_prev_day(int argc, VALUE *argv, VALUE self)
/*
* call-seq:
+ * d.succ -> date
* d.next -> date
*
* Returns a date object denoting the following day.