From ee9c496c449779a8f111188abd1a5391407d30f6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 28 Dec 2015 13:41:01 -0800 Subject: [PATCH] typo --- day1/main.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/main.scrbl b/day1/main.scrbl index 8a17500..a676e9f 100644 --- a/day1/main.scrbl +++ b/day1/main.scrbl @@ -34,7 +34,7 @@ The building has an indefinite number of floors in both directions. So the ultim @subsection{Alternate approach} -Rather than counting matches with @racket[regexp-match*], we could also convert the string of parentheses into a string of numbers directly. +Rather than counting matches with @racket[regexp-match*], we could also convert the string of parentheses directly into a list of numbers. @chunk[ (define (elevator-string->ints str)