typo: 'line-number-sep' => 'line-number-sep-expr'

This commit is contained in:
Ben Greenman 2017-11-30 01:05:10 -05:00
parent ed0e87d54d
commit e07fac631c

View File

@ -106,7 +106,7 @@ for-label bindings in the lexical environment of the syntax object
provided by @racket[context-expr]. The default @racket[context-expr]
has the same lexical context as the first @racket[str-expr].
When @racket[line-number-expr] is true, line number is enabled starting
from @racket[line-number-expr], and @racket[line-number-sep] controls
from @racket[line-number-expr], and @racket[line-number-sep-expr] controls
the separation (in spaces; defaults to 1) between the line numbers and
code.