summaryrefslogtreecommitdiff
path: root/bs
diff options
context:
space:
mode:
Diffstat (limited to 'bs')
-rw-r--r--bs/string.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/bs/string.scm b/bs/string.scm
index b12bf00..789d19b 100644
--- a/bs/string.scm
+++ b/bs/string.scm
@@ -2,6 +2,7 @@
#:export (replace replace-char to-string str capitalize split
strip lstrip rstrip))
+;; this should take a string instead of a char
(define (split s c)
(if s
(string-split s c)