ソースを参照

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 }