Fix typo in symbols.scrbl

This commit is contained in:
Hasnain Lakhani 2014-05-12 12:45:29 -07:00 committed by Asumu Takikawa
parent 6eba1ec9a6
commit 7ac92703dc

View File

@ -106,5 +106,5 @@ used as an ephemeron key (see @secref["ephemerons"]).
Returns @racket[#t] if the arguments are sorted, where the comparison
for each pair of symbols is the same as using
@racket[symbol->string] witk @racket[string->bytes/utf-8] and
@racket[symbol->string] with @racket[string->bytes/utf-8] and
@racket[bytes<?].}