diff --git a/library/calendar.m b/library/calendar.m index 05128b5d0..f179ec447 100644 --- a/library/calendar.m +++ b/library/calendar.m @@ -224,7 +224,7 @@ :- pred date_from_string(string::in, date_time::out) is semidet. :- pragma obsolete(pred(date_from_string/2), [date_time_from_string/2]). - % As above, but throw an exception if the string is not a valid date. + % As above, but throw an exception if the string is not a valid date_time. % :- func det_date_time_from_string(string) = date_time.