mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Fix comment to correct package name
This commit is contained in:
parent
2c7230356e
commit
e515edf033
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue