From 898bded70f8249a1c0fa3deebdc348e0d3567881 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 Apr 2020 18:19:13 -0700 Subject: [PATCH] newline sep --- words/command.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/words/command.rkt b/words/command.rkt index a7dfdaf..fe262e2 100755 --- a/words/command.rkt +++ b/words/command.rkt @@ -54,6 +54,6 @@ #:min min-size #:max max-size #:hide-plurals hide-plurals - #:proper-names proper-names) " "))) + #:proper-names proper-names) "\n")))