summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/HTML5.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/HTML5.php b/src/HTML5.php
index 990e8f4..d5beff6 100644
--- a/src/HTML5.php
+++ b/src/HTML5.php
@@ -13,8 +13,6 @@ use Masterminds\HTML5\Serializer\Traverser;
* This class offers convenience methods for parsing and serializing HTML5.
* It is roughly designed to mirror the \DOMDocument class that is
* provided with most versions of PHP.
- *
- * EXPERIMENTAL. This may change or be completely replaced.
*/
class HTML5
{