rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Typo in 01-tutorial.lisp #26

Closed aykaramba closed 3 years ago

aykaramba commented 3 years ago

This line:

;; Open a browser to http://12.0.0.1:8080 - the default for CLOG apps

Should read:

;; Open a browser to http://127.0.0.1:8080 - the default for CLOG apps

rabbibotton commented 3 years ago

Fixed. Thanks!!