an string -> an immutable string

This commit is contained in:
Marc Burns 2016-07-24 23:58:16 -04:00 committed by Vincent St-Amour
parent 1b63703ac0
commit cdf9da7da4

View File

@ -127,7 +127,7 @@ instead, to support cross-installation.}
@defproc[(version) (and/c string? immutable?)]{ @defproc[(version) (and/c string? immutable?)]{
Returns an string indicating the currently executing version of Returns an immutable string indicating the currently executing version of
Racket.} Racket.}