guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/04: doc: Fix typo in SXML section.


From: Ludovic Courtès
Subject: [Guile-commits] 01/04: doc: Fix typo in SXML section.
Date: Sun, 22 Dec 2024 16:46:24 -0500 (EST)

civodul pushed a commit to branch main
in repository guile.

commit d987e7e7cb90180e2b5268bbdb298a09d34ca69d
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Thu Oct 5 22:41:36 2023 +0200

    doc: Fix typo in SXML section.
    
    * doc/ref/sxml.texi (Reading and Writing XML): Remove "."
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/ref/sxml.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index ab0b010d0..3502c3f1a 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -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>"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]