From da04ff8a3aab3a7f88419131e9923878107dca72 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 29 Jan 2016 17:18:47 -0800 Subject: [PATCH] technical update --- helper.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper.rkt b/helper.rkt index 887d138..ecc4175 100644 --- a/helper.rkt +++ b/helper.rkt @@ -1,5 +1,5 @@ #lang racket/base (require pollen/private/whitespace - pollen/unstable/mb) + pollen/unstable/typography) (provide (all-from-out pollen/private/whitespace - pollen/unstable/mb)) + pollen/unstable/typography))