mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
doc: Fix typo regarding vhashes.
* doc/ref/api-compound.texi (VHashes): s/vlist-/alist-/.
This commit is contained in:
parent
fe13364050
commit
d5f7691782
1 changed files with 1 additions and 1 deletions
|
@ -3207,7 +3207,7 @@ key is typically a constant-time operation.
|
||||||
|
|
||||||
The VHash programming interface of @code{(ice-9 vlist)} is mostly the same as
|
The VHash programming interface of @code{(ice-9 vlist)} is mostly the same as
|
||||||
that of association lists found in SRFI-1, with procedure names prefixed by
|
that of association lists found in SRFI-1, with procedure names prefixed by
|
||||||
@code{vhash-} instead of @code{vlist-} (@pxref{SRFI-1 Association Lists}).
|
@code{vhash-} instead of @code{alist-} (@pxref{SRFI-1 Association Lists}).
|
||||||
|
|
||||||
In addition, vhashes can be manipulated using VList operations:
|
In addition, vhashes can be manipulated using VList operations:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue