summaryrefslogtreecommitdiff
path: root/bs/string.scm
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-05-13 17:32:40 -0700
committerBen Sima <ben@bsima.me>2020-05-13 17:32:40 -0700
commit9227a3cdda6767fc4b4275d15a81d8456aacb430 (patch)
tree64fff55e25cf5a044926b24ccd8ff863ef3be34f /bs/string.scm
parente6ad8129cc854dac38940acb24e3a07cd0cd7b56 (diff)
Convert my org files to md and render
Still some bugs, but I will get to them soon.
Diffstat (limited to 'bs/string.scm')
-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)