mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
fix typo in comment in 02-tutorial.lisp (apears -> appears)
This commit is contained in:
parent
b28a0495c7
commit
f716aac05f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
(defun on-new-window (body)
|
||||
"On-new-window handler."
|
||||
;; Give your app a name that apears in the browser tab/window
|
||||
;; Give your app a name that appears in the browser tab/window
|
||||
(setf (title (html-document body)) "Tutorial 2")
|
||||
;; The CLOG-body object gives you access to a number of other CLOG-Objects
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue