summary refs log tree commit diff
path: root/implementation/flexvectors.sld
diff options
context:
space:
mode:
authorAdam R. Nelson <adam@nels.onl>2021-03-11 22:42:57 -0500
committerArthur A. Gleckler <srfi@speechcode.com>2021-03-11 21:00:45 -0800
commit368abdee7869e99fa287ec2e6b099ee4584372e5 (patch)
treee32a0fad8d4d2dc4b4b8cf7ec53915e9aad87b19 /implementation/flexvectors.sld
parent983ee1afbab1108c3608ba4228824f6944301d69 (diff)
downloadsrfi-214-368abdee7869e99fa287ec2e6b099ee4584372e5.tar.gz
srfi-214-368abdee7869e99fa287ec2e6b099ee4584372e5.tar.xz
srfi-214-368abdee7869e99fa287ec2e6b099ee4584372e5.zip
last-minute updates: clarify some documentation, add flexvector->generator
Diffstat (limited to 'implementation/flexvectors.sld')
-rw-r--r--implementation/flexvectors.sld2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/flexvectors.sld b/implementation/flexvectors.sld
index 25e1543..4bc7da3 100644
--- a/implementation/flexvectors.sld
+++ b/implementation/flexvectors.sld
@@ -38,7 +38,7 @@
           flexvector->vector flexvector->list flexvector->string
           vector->flexvector list->flexvector string->flexvector
           reverse-flexvector->list reverse-list->flexvector
-          generator->flexvector)
+          generator->flexvector flexvector->generator)
 
   (import (scheme base)
           (scheme case-lambda)