1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix typo in srfi-69 doc

This commit is contained in:
Daniel Llorens 2021-09-14 16:55:15 +02:00
parent 1f100a4f20
commit af741e50e9

View file

@ -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