diff --git a/time.c b/time.c
index d0d0ccf1c4..ee2d889a6a 100644
--- a/time.c
+++ b/time.c
@@ -5012,7 +5012,9 @@ time_to_a(VALUE time)
* deconstruct_keys(array_of_names_or_nil) -> hash
*
* Returns a hash of the name/value pairs, to use in pattern matching.
- * Possible keys are the same as returned by #to_h.
+ * Possible keys are: :year, :month, :day,
+ * :yday, :wday, :hour, :min, :sec,
+ * :subsec, :dst, :zone.
*
* Possible usages:
*