diff options
Diffstat (limited to 'ext/dom/cdatasection.c')
-rw-r--r-- | ext/dom/cdatasection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/cdatasection.c b/ext/dom/cdatasection.c index 83551766b5..6c81d75fd1 100644 --- a/ext/dom/cdatasection.c +++ b/ext/dom/cdatasection.c @@ -35,10 +35,10 @@ ZEND_END_ARG_INFO(); /* }}} */ /* -* class DOMCdataSection extends DOMText +* class DOMCdataSection extends DOMText * * URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-667469212 -* Since: +* Since: */ const zend_function_entry php_dom_cdatasection_class_functions[] = { |