JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix comment
[peach-html5-editor.git] / parse-html.coffee
index a4beb3d..8404f1a 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-# This file implements a parser for html snippets, meant to be used by a
+# This file implements a thorough parser for html5, meant to be used by a
 # WYSIWYG editor.
 
 # The implementation is a pretty direct implementation of the parsing algorithm