fixed 'turtorial' type

This commit is contained in:
Robert Burnett 2024-12-04 18:33:17 -06:00
parent 961b87f285
commit 074ef2c2e5
24 changed files with 24 additions and 20 deletions

View file

@ -12,7 +12,6 @@
(:export start-tutorial))
(in-package :clog-tut-33)
(defun on-new-window (body)
(setf (title (html-document body)) "Tutorial 33")
(with-connection-cache (body)
@ -172,6 +171,6 @@
(select-tab p3))))))))
(defun start-tutorial ()
"Start turtorial."
"Start tutorial."
(initialize 'on-new-window)
(open-browser))