mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix typo in srfi-69 doc
This commit is contained in:
parent
1f100a4f20
commit
af741e50e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
two-argument procedure, and should answer whether two keys are the
|
||||||
same for this table's purposes.
|
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=?}.
|
coarser than @code{equal?} unless it is literally @code{string-ci=?}.
|
||||||
If provided, @var{hash-proc} should be a two-argument procedure that
|
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
|
takes a key and the current table size, and answers a reasonably good
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue