From 6b1c1e66ee998bb4d984fac6e533cd27b548fbef Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 12 Nov 2019 16:34:17 -0800 Subject: [PATCH] doc typo --- quad/quad/scribblings/quad.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/quad/scribblings/quad.scrbl b/quad/quad/scribblings/quad.scrbl index 1098ef2b..9d92810e 100644 --- a/quad/quad/scribblings/quad.scrbl +++ b/quad/quad/scribblings/quad.scrbl @@ -566,7 +566,7 @@ Vertical space added around a block. Value is a @tech{dimension string}. @deftogether[(@defthing[#:kind "attribute" keep-first-lines symbol?] @defthing[#:kind "attribute" keep-last-lines symbol?] @defthing[#:kind "attribute" keep-all-lines symbol?])]{ -How many lines of the quad are kept together near a page break. @racket[keep-first-lines] sets the minimum number of lines that appear before a page break; @racket[keep-last-lines] sets the minimum number that appear after. In bother cases, they take a non-negative integer string as a value. +How many lines of the quad are kept together near a page break. @racket[keep-first-lines] sets the minimum number of lines that appear before a page break; @racket[keep-last-lines] sets the minimum number that appear after. In both cases, they take a non-negative integer string as a value. @racket[keep-all-lines] keeps all the lines of a quad on the same page. Activated only when value is @racket["true"]. Be careful with this option — it's possible to make a single quad that is longer than one page, in which case @racketmodname[quadwriter] will ignore the setting to prevent an impossible situation. }