unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#66365: [PATCH] Fix typo in doc
@ 2023-10-05 20:47 Ekaitz Zarraga
  0 siblings, 0 replies; only message in thread
From: Ekaitz Zarraga @ 2023-10-05 20:47 UTC (permalink / raw)
  To: 66365

From a23879367c7b7d89a6d0ec2880dc93e70f69fa87 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Thu, 5 Oct 2023 22:41:36 +0200
Subject: [PATCH] Fix typo in doc

* doc/ref/sxml.texi (Reading and Writing XML): Remove "."
---
 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 003309d54..835a39b36 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -107,7 +107,7 @@ for certain namespaces with the @code{#:namespaces} keyword argument to
 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>"
-- 
2.41.0







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-05 20:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 20:47 bug#66365: [PATCH] Fix typo in doc Ekaitz Zarraga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).