aboutsummaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.lisp b/main.lisp
index 32a0088..af6312d 100644
--- a/main.lisp
+++ b/main.lisp
@@ -13,12 +13,12 @@
;;; Commentary:
-;; Implementation of `main' package. Defines the entrypoint of the program,
-;; handling any input from the user and passing it into the system.
+;; Defines the entrypoint of the program, handling any input from the user and
+;; passing it into the system.
;;; Code:
-(in-package :main)
+(in-package :cantedraw.main)
(fn read-input (&optional (prompt "> ")) (-> (&optional string) string)
(format t "~a" prompt)