[gxml] CDATASection: docfix for an entity reference
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] CDATASection: docfix for an entity reference
- Date: Thu, 22 Aug 2013 17:16:28 +0000 (UTC)
commit eb029128934c779147f9c202238b82645eb23b70
Author: Richard Schwarting <aquarichy gmail com>
Date: Sun Jul 28 01:30:11 2013 -0400
CDATASection: docfix for an entity reference
gxml/CDATASection.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/CDATASection.vala b/gxml/CDATASection.vala
index 8608a5f..906b9e2 100644
--- a/gxml/CDATASection.vala
+++ b/gxml/CDATASection.vala
@@ -33,7 +33,7 @@ namespace GXml {
* To create one, use { link GXml.Document.create_cdata_section}.
*
* An XML example would be like:
- * {{{ <![CDATA[Here contains non-XML data, like code, or something that
+ * {{{ <![CDATA[Here contains non-XML data, like code, or something that
* requires a lot of special XML entities.]]>. }}}
* It is a type of Text node. For more, see:
[[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-667469212]]
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]