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

doc: Fix typo in SXML section.

* doc/ref/sxml.texi (Reading and Writing XML): Remove "."

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ekaitz Zarraga 2023-10-05 22:41:36 +02:00 committed by Ludovic Courtès
parent 6750f6cc80
commit d987e7e7cb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -108,7 +108,7 @@ prefix.
By default, namespaces passed to @code{xml->sxml} are treated as if they
were declared on the root element. Passing a false
@code{#:declare-namespaces?} argument will disable this behavior,
requiring in-document declarations of namespaces before use..
requiring in-document declarations of namespaces before use.
@example
(xml->sxml "<foo><ns2:baz/></foo>"