aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-01-31 15:52:59 +0100
committerHenrik Nord <[email protected]>2012-01-31 15:53:05 +0100
commit19460296c42e5cacdf1e2a7f43bdb90efa9c3d59 (patch)
tree251f9dc49867c992f7d9a6c04fb75385fdcba299
parentac5ccde0295fe1df5fbed8d806253e25e1a52b10 (diff)
parent7f389de395f0636ce29a55fbbace4866aae9949f (diff)
downloadotp-19460296c42e5cacdf1e2a7f43bdb90efa9c3d59.tar.gz
otp-19460296c42e5cacdf1e2a7f43bdb90efa9c3d59.tar.bz2
otp-19460296c42e5cacdf1e2a7f43bdb90efa9c3d59.zip
Merge branch 'rj/spaces-xmerl-doc' into maint
* rj/spaces-xmerl-doc: Add missing spaces in xmerl doc OTP-9873
-rw-r--r--lib/xmerl/doc/src/xmerl_ug.xmlsrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/doc/src/xmerl_ug.xmlsrc b/lib/xmerl/doc/src/xmerl_ug.xmlsrc
index 6ee6707e53..9ef8fbb0b9 100644
--- a/lib/xmerl/doc/src/xmerl_ug.xmlsrc
+++ b/lib/xmerl/doc/src/xmerl_ug.xmlsrc
@@ -36,9 +36,9 @@
<title>Features</title>
<p>The <em>xmerl</em> XML parser is able to parse XML documents
according to the XML 1.0 standard. As default it performs
- well-formed parsing,(syntax checks and checks of well-formed
+ well-formed parsing, (syntax checks and checks of well-formed
constraints). Optionally one can also use xmerl as a validating
- parser,(validate according to referenced DTD and validating
+ parser, (validate according to referenced DTD and validating
constraints). By means of for example the xmerl_xs module it is
possible to transform the parsed result to other formats,
e.g. text, HTML, XML etc.</p>