dropped 'none' in the comments, it could be interpreted as a value and it's not admitted

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1139017 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd b/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
index 7e97ff9..b38cab5 100644
--- a/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
+++ b/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
@@ -161,7 +161,7 @@
 <!--
     NodeCreateRule
     type 
-        - node type: either 'element' or 'fragment' or 'none'.  this is optional, default is 'element'
+        - node type: either 'element' or 'fragment'. this is optional, default is 'element'
     -->
 <!ELEMENT node-create-rule EMPTY>
 <!ATTLIST node-create-rule
diff --git a/src/site/resources/dtds/digester-rules-3.0.dtd b/src/site/resources/dtds/digester-rules-3.0.dtd
index 7e97ff9..b38cab5 100644
--- a/src/site/resources/dtds/digester-rules-3.0.dtd
+++ b/src/site/resources/dtds/digester-rules-3.0.dtd
@@ -161,7 +161,7 @@
 <!--
     NodeCreateRule
     type 
-        - node type: either 'element' or 'fragment' or 'none'.  this is optional, default is 'element'
+        - node type: either 'element' or 'fragment'. this is optional, default is 'element'
     -->
 <!ELEMENT node-create-rule EMPTY>
 <!ATTLIST node-create-rule