瀏覽代碼

fix `tools` tag definition

George C. Privon 5 年之前
父節點
當前提交
afbfbf8827
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 }