[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More typos



Yes, these are all typos.

I notice that some of the tz-offset variables got placed *after* the ->, too.

Who's the editor of this SRFI these days? To whom should I send changes?

Will Fitzgerald


On Thursday, March 11, 2004, at 04:11  PM, David Van Horn wrote:

Hello,

I've recently spent some time working with SRFI 19 and noticed the following typos in the srfi document:

time-utc->time-tai time-utc -> time-utc
    Convert UTC time to monotonic time.
time-utc->time-tai! time-utc -> time-utc
Convert UTC time to monotonic time. The time structure may be reused.

This should read:

time-utc->time-tai time-utc -> time-tai
    Convert UTC time to TAI time.
time-utc->time-tai! time-utc -> time-tai
    Convert UTC time to TAI time. The time structure may be reused.

(Note there is a bug in both the type and textual description of the procedures.)

Also, there is an inconsistency in the way optional arguments are indicated in the document. Eg:

   time-tai->date time-tai . tz-offset -> date
   time-monotonic->date time-monotonic [tz-offset] -> date

Or are these supposed to mean different things?

David