Fix comment to correct package name

This commit is contained in:
David Botton 2021-12-29 15:58:20 -05:00
parent 2c7230356e
commit e515edf033

View file

@ -2,7 +2,7 @@
(:use #:cl #:clog) ; Use the Common Lisp language and CLOG
(:export start-tutorial)) ; Export as public the start-tutorial function
(in-package :clog-tut-1) ; Tell the "reader" we are in the clog-user package
(in-package :clog-tut-1) ; Tell the "reader" we are in the clog-tut-1 package
;; Define our CLOG application