Parcourir la source

fix `tools` tag definition

George C. Privon il y a 5 ans
Parent
commit
afbfbf8827
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }