fix typo in comment in 02-tutorial.lisp (apears -> appears)

This commit is contained in:
cms 2021-02-04 15:12:22 +00:00
parent b28a0495c7
commit f716aac05f

View file

@ -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
;;