From ec345979893e45258cfaf79c340470d7d60957bf Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 24 Dec 2015 20:53:25 -0500 Subject: [PATCH] fix comment --- parse-html.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4