aboutsummaryrefslogtreecommitdiff
path: root/module/text/numbers/sv.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-11-01 03:14:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commite4b41df44abad660f3bbbcf28abcd5838068c14b (patch)
treefe024c17f6cd8448e060cd14abad1824ae93b116 /module/text/numbers/sv.scm
parentCleanup in (text numbers sv) (diff)
downloadcalp-e4b41df44abad660f3bbbcf28abcd5838068c14b.tar.gz
calp-e4b41df44abad660f3bbbcf28abcd5838068c14b.tar.xz
Fix API for each-string.
Diffstat (limited to 'module/text/numbers/sv.scm')
-rw-r--r--module/text/numbers/sv.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/text/numbers/sv.scm b/module/text/numbers/sv.scm
index 317a0fa4..5d6e8952 100644
--- a/module/text/numbers/sv.scm
+++ b/module/text/numbers/sv.scm
@@ -181,7 +181,7 @@
;; (each-string 2) ; => "varannan"
;; (each-string 3) ; => "var tredje"
;; (each-string 3 #t) ; => "vart tredje"
-(define* (each-string count optional: neutrum)
+(define* (each-string count key: neutrum allow-other-keys:)
(string-flatten
(cons
"var"