1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

doc: Fix typo regarding vhashes.

* doc/ref/api-compound.texi (VHashes): s/vlist-/alist-/.
This commit is contained in:
Ludovic Courtès 2011-09-10 15:31:55 +02:00
parent fe13364050
commit d5f7691782

View file

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