Explorar el Código

fix `tools` tag definition

George C. Privon hace 5 años
padre
commit
afbfbf8827
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      writing_tools/writing_tools.poly.pm

+ 1 - 1
writing_tools/writing_tools.poly.pm

@@ -17,7 +17,7 @@
 
 ◊; define some tags specific to this memo
 ◊(define (tool . parts)
-  (section parts))
+  `(section ,@parts))
 
 ◊abstract{Written communication is an important aspect }