Fix misplaced `#@` tag macro

This commit is contained in:
Raymund Martinez 2020-03-10 19:56:43 +08:00
parent 6cc4c233b4
commit dd212cdd1b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ in Hy::
(import cherrypy)
(defclass HelloWorld []
(#@ cherrypy.expose (defn index [self]
#@(cherrypy.expose (defn index [self]
"Hello World!")))
(cherrypy.quickstart (HelloWorld))