diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-28 15:41:24 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-28 15:41:24 -0700 |
| commit | 043088d914695baf54cea2296293e9e9ca1b325e (patch) | |
| tree | a911428c34b6831aedb49bfba80504b214d7b879 /csc/strings.csc | |
| parent | 123157a28313954d78219f7b3e18c1e7f9d9aeef (diff) | |
| download | chromatopelma-043088d914695baf54cea2296293e9e9ca1b325e.tar.zst | |
Better interface for join.
Diffstat (limited to 'csc/strings.csc')
| -rw-r--r-- | csc/strings.csc | 2 |
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))) |
