summaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
authorDaniel Llorens <lloda@sarc.name>2021-09-14 16:55:15 +0200
committerDaniel Llorens <lloda@sarc.name>2021-09-14 16:55:15 +0200
commitaf741e50e912790b3756a9e64a0cffca9b14899b (patch)
tree5627fa950a0b3bfbfba80b32f6133a709eb4cf5e /doc/ref
parent1f100a4f20c3a6e57922fb26fce212997e2a03cb (diff)
downloadguile-af741e50e912790b3756a9e64a0cffca9b14899b.tar.gz
Fix typo in srfi-69 doc
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/srfi-modules.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index cf7a4b410..d32560a24 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -5280,7 +5280,7 @@ By default, @var{equal-proc} is @code{equal?}. It can be any
two-argument procedure, and should answer whether two keys are the
same for this table's purposes.
-My default @var{hash-proc} assumes that @code{equal-proc} is no
+By default @var{hash-proc} assumes that @code{equal-proc} is no
coarser than @code{equal?} unless it is literally @code{string-ci=?}.
If provided, @var{hash-proc} should be a two-argument procedure that
takes a key and the current table size, and answers a reasonably good