<node> <![CDATA[[text1]]> <child/> <![CDATA[[text2]]> </node>+
<node> <![CDATA[text1]]> <child/> <![CDATA[text2]]> </node>
diff --git a/docs/manual.adoc b/docs/manual.adoc
index 6f101fb..62a3e05 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -291,7 +291,7 @@ Here `"node"` element has three children, two of which are PCDATA nodes with val
* Character data nodes ([[node_cdata]]`node_cdata`) represent text in XML that is quoted in a special way. CDATA nodes do not differ from PCDATA nodes except in XML representation - the above text example looks like this with CDATA:
+
----
-PUGIXML_API is inconsistent between several source
Character data nodes (node_cdata) represent text in XML that is quoted in a special way. CDATA nodes do not differ from PCDATA nodes except in XML representation - the above text example looks like this with CDATA:
<node> <![CDATA[[text1]]> <child/> <![CDATA[[text2]]> </node>+
<node> <![CDATA[text1]]> <child/> <![CDATA[text2]]> </node>