doc repair

Closes PR 12289
This commit is contained in:
Matthew Flatt 2011-11-26 17:02:36 -07:00
parent 1175964a78
commit 7adc61060d

View File

@ -183,7 +183,7 @@ day only if @racket[time?]. See also @racket[date-display-format].}
Parameter that determines the date string format. The initial format
is @racket['american].}
@defproc[(date->seconds [date date?][local-time? any/c #f]) exact-integer?]{
@defproc[(date->seconds [date date?] [local-time? any/c #t]) exact-integer?]{
Finds the representation of a date in platform-specific seconds.
The @racket[time-zone-offset] field of @racket[date] is ignored;
the date is assumed to be in local time by default or in UTC