commit e07fac631c5e00010abd9ccaa76e707feda990e8
parent ed0e87d54d087e85a0a29643ab49a74bfba891aa
Author: Ben Greenman <benjaminlgreenman@gmail.com>
Date: Thu, 30 Nov 2017 01:05:10 -0500
typo: 'line-number-sep' => 'line-number-sep-expr'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribble-doc/scribblings/scribble/manual.scrbl b/scribble-doc/scribblings/scribble/manual.scrbl
@@ -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.