From de5299441cf8dbd1677a9ff35b311747023d563f Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 4 Feb 2020 14:06:27 -0800 Subject: [PATCH] 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 65a73d9b..1ca0923d 100644 --- a/quad/quad/scribblings/quad.scrbl +++ b/quad/quad/scribblings/quad.scrbl @@ -578,7 +578,7 @@ Vertical space added around a block. Value is a @tech{dimension string}. @defthing[#:kind "attribute" keep-last-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 both cases, they take a non-negative integer string as a value, or @racket["all"]. -If the value (of one or both attributes) is @racket["all"], then all the lines of the quad are kept the same page. 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. +If the value (of one or both attributes) is @racket["all"], then all the lines of the quad are kept on the same page. Be careful with this option — it's possible to make a single quad that's longer than one page, in which case @racketmodname[quadwriter] will ignore the setting to prevent the annihilation of the universe. } @defthing[#:kind "attribute" keep-with-next symbol?]{