Explorar o código

fix `tools` tag definition

George C. Privon %!s(int64=5) %!d(string=hai) anos
pai
achega
afbfbf8827
Modificáronse 1 ficheiros con 1 adicións e 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 }