aboutsummaryrefslogtreecommitdiffstats
path: root/csc/strings.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-07-28 15:41:24 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-07-28 15:41:24 -0700
commit043088d914695baf54cea2296293e9e9ca1b325e (patch)
treea911428c34b6831aedb49bfba80504b214d7b879 /csc/strings.csc
parent123157a28313954d78219f7b3e18c1e7f9d9aeef (diff)
downloadchromatopelma-043088d914695baf54cea2296293e9e9ca1b325e.tar.zst
Better interface for join.
Diffstat (limited to 'csc/strings.csc')
-rw-r--r--csc/strings.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/csc/strings.csc b/csc/strings.csc
index 0259697..75175f0 100644
--- a/csc/strings.csc
+++ b/csc/strings.csc
@@ -53,7 +53,7 @@
#t)))
- (define (join sep . strings)
+ (define (join sep strings)
(apply string-append (intercalate sep strings)))