commit: a73177f5f4a0b374bc380ffe391ef100e5cc01d5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 07:59:31 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 07:59:31 2022 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a73177f5
devbook.rnc: Typo
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
devbook.rnc | 2 +-
devbook.rng | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/devbook.rnc b/devbook.rnc
index 4ca931d..9fe44b8 100644
--- a/devbook.rnc
+++ b/devbook.rnc
@@ -107,7 +107,7 @@ e = element e { inline }
d = element d { empty }
uri = element uri {
- # uri can have either an URI in the body text or a link attribute
+ # uri can have either a URI in the body text or a link attribute
xsd:anyURI
| (attribute link { text }, inline)
}
diff --git a/devbook.rng b/devbook.rng
index 660e4d2..cfca2b4 100644
--- a/devbook.rng
+++ b/devbook.rng
@@ -379,7 +379,7 @@
<define name="uri">
<element name="uri">
<choice>
- <!-- uri can have either an URI in the body text or a link attribute
-->
+ <!-- uri can have either a URI in the body text or a link attribute -->
<data type="anyURI"/>
<group>
<attribute name="link"/>