From 89de059f30a4487216aff5b7ced3e98e89c67a3b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 14 Feb 2014 22:26:19 -0800 Subject: [PATCH] uh, exception --- exceptions.rkt => exception.rkt | 0 main.rkt | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename exceptions.rkt => exception.rkt (100%) diff --git a/exceptions.rkt b/exception.rkt similarity index 100% rename from exceptions.rkt rename to exception.rkt diff --git a/main.rkt b/main.rkt index 5b3c131..ddcfd72 100644 --- a/main.rkt +++ b/main.rkt @@ -8,7 +8,7 @@ "misc.rkt" "string.rkt" "len.rkt" - "exceptions.rkt" + "exception.rkt" "scribble.rkt") (provide @@ -20,5 +20,5 @@ "misc.rkt" "string.rkt" "len.rkt" - "exceptions.rkt" + "exception.rkt" "scribble.rkt")) \ No newline at end of file