mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Minor documentation fix.
library/calendar.m:
s/date/date_time/ in a spot.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user