about summary refs log tree commit diff stats
path: root/src/wrap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.scm')
-rw-r--r--src/wrap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.scm b/src/wrap.scm index 0ed8868..aa077d8 100644 --- a/src/wrap.scm +++ b/src/wrap.scm
@@ -5,7 +5,7 @@
5 (jimmy util) 5 (jimmy util)
6 (only (chicken io) read-string) 6 (only (chicken io) read-string)
7 (only (chicken port) with-output-to-string) 7 (only (chicken port) with-output-to-string)
8 (only (chicken string) string-translate*)) 8 (only (chicken string) string-translate* string-intersperse))
9 9
10;; templates are strings with variables interpolated with "{{variables}}" 10;; templates are strings with variables interpolated with "{{variables}}"
11 11