aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-10 17:09:37 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-11 18:00:15 +0200
commitc809c81a7b9bffa1b65fdb09df0e49614f5e054f (patch)
treeca40c528a55ea42cb80a31f7b8e515238f77d469
parentAdd `break` and `continue` support in `for`. (diff)
downloadcalp-c809c81a7b9bffa1b65fdb09df0e49614f5e054f.tar.gz
calp-c809c81a7b9bffa1b65fdb09df0e49614f5e054f.tar.xz
Fix spelling of stream-remove in documentation.
-rw-r--r--doc/ref/guile/srfi-41.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/guile/srfi-41.texi b/doc/ref/guile/srfi-41.texi
index 8c65b6eb..310751ec 100644
--- a/doc/ref/guile/srfi-41.texi
+++ b/doc/ref/guile/srfi-41.texi
@@ -39,7 +39,7 @@ was found.
@end defun
-@defun stream-remave pred stream
+@defun stream-remove pred stream
Stream-filter, but with predicate negated.
@end defun