Fixed typo in doc paragraph (also changed to active voice, take that languagelog), updated

srfi 19 to be in #lang racket.
This commit is contained in:
John Clements 2010-04-22 00:03:52 -07:00
parent 5d6ae2b4b9
commit 78aa87368e
2 changed files with 1498 additions and 1498 deletions

File diff suppressed because it is too large Load Diff

View File

@ -564,7 +564,7 @@ are also available from @schememodname[scheme/foreign].
(string->date #f "string->date")
)]
Care most be taken NOT to confuse the internal date structure with the
Take care NOT to confuse the internal date structure with the
PLT Scheme @scheme[date]; they are not the same, and all procedures
from the SRFI library expect the former.