From: Jason Woofenden Date: Fri, 25 Dec 2015 01:53:25 +0000 (-0500) Subject: fix comment X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=commitdiff_plain;h=ec345979893e45258cfaf79c340470d7d60957bf fix comment --- diff --git a/parse-html.coffee b/parse-html.coffee index a4beb3d..8404f1a 100644 --- a/parse-html.coffee +++ b/parse-html.coffee @@ -15,7 +15,7 @@ # along with this program. If not, see . -# 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