JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix comment
authorJason Woofenden <jason@jasonwoof.com>
Fri, 25 Dec 2015 01:53:25 +0000 (20:53 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 25 Dec 2015 01:53:25 +0000 (20:53 -0500)
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