aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-06-17 09:59:31 +0200
committerUlrich Müller <ulm@gentoo.org>2022-06-17 09:59:31 +0200
commita73177f5f4a0b374bc380ffe391ef100e5cc01d5 (patch)
tree05352f8d1ee3d647b149d2d93ab0432c38e97d70
parentdevbook.xsl: Eclass documentation needs GPL-2 in the footer (diff)
downloaddevmanual-a73177f5f4a0b374bc380ffe391ef100e5cc01d5.tar.gz
devmanual-a73177f5f4a0b374bc380ffe391ef100e5cc01d5.tar.bz2
devmanual-a73177f5f4a0b374bc380ffe391ef100e5cc01d5.zip
devbook.rnc: Typo
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--devbook.rnc2
-rw-r--r--devbook.rng2
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"/>