diff options
author | Colin Woodbury <colin_woodbury@caddi.jp> | 2022-12-09 13:15:56 +0100 |
---|---|---|
committer | Mikael Djurfeldt <mikael@djurfeldt.com> | 2022-12-09 13:15:56 +0100 |
commit | 856c3f96faabd72a69f487bcb17f20051304461d (patch) | |
tree | cef97c85f2102b896a34ade3309dc7561044d0cb /doc/ref/api-data.texi | |
parent | ff7328df0d881f9d13f5aaed8eb16997d82bb884 (diff) | |
download | guile-856c3f96faabd72a69f487bcb17f20051304461d.tar.gz |
doc: Fix minor typos
The spelling mistake is a clear fix, but the Arrays fix might not be as
obvious. Previously, with the "arrays" alias, the @ref macro would
render a superfluous period after the word "arrays", rendering (at least
within Emacs) as:
you may wish to use see arrays. instead.
Signed-off-by: Mikael Djurfeldt <mikael@djurfeldt.com>
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r-- | doc/ref/api-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 8658b9785..30190f315 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -6136,7 +6136,7 @@ accessed element in the list. Vectors can contain any kind of Scheme object; it is even possible to have different types of objects in the same vector. For vectors -containing vectors, you may wish to use @ref{Arrays,arrays} instead. +containing vectors, you may wish to use @ref{Arrays} instead. Note, too, that vectors are a special case of one dimensional non-uniform arrays and that array procedures operate happily on vectors. |