From 0d6deb84de7518e64ef7691ce4782ed3f13d3181 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 2 Nov 2014 14:30:06 -0700 Subject: [PATCH] README tweak Based on a suggestion from freshlikeesch. --- racket/src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/src/README b/racket/src/README index 0a3fc3e3b7..5502d50ede 100644 --- a/racket/src/README +++ b/racket/src/README @@ -434,5 +434,5 @@ Modifying Racket If you modify Racket and change any primitive syntax or the collection of built-in identifiers, be sure to turn off USE_COMPILED_STARTUP in -"schminc.h". Otherwise, Racket won't start. See "schminc.h" for +"schminc.h"; otherwise, Racket won't start. See "schminc.h" for details.