From 0f5716f42b5703b1d6bd8f9d632e121af2116160 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 27 Aug 2019 07:08:58 -0700 Subject: [PATCH] typo --- quad/qtest/demo-footnotes.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/qtest/demo-footnotes.rkt b/quad/qtest/demo-footnotes.rkt index 042a47b9..4e3c29c0 100644 --- a/quad/qtest/demo-footnotes.rkt +++ b/quad/qtest/demo-footnotes.rkt @@ -12,6 +12,6 @@ " world." '(q ((fn-ref "2")) "†") -'(q ((flow "footnote")(fn-text "2")(font-size-adjust "80%")(line-heightr-adjust "70%")) (q ((fn-text-start "2")) "†") "An instance of link-element has a tag for the target of the link." (q ((break "para")))) +'(q ((flow "footnote")(fn-text "2")(font-size-adjust "80%")(line-height-adjust "70%")) (q ((fn-text-start "2")) "†") "An instance of link-element has a tag for the target of the link." (q ((break "para")))) " I love you." \ No newline at end of file