diff --git a/lib/nodes/text.js b/lib/nodes/text.js index 55bd398f1..3b5dd5573 100644 --- a/lib/nodes/text.js +++ b/lib/nodes/text.js @@ -30,7 +30,7 @@ var Text = module.exports = function Text(line) { Text.prototype.__proto__ = Node.prototype; /** - * Marker to identify text nodes. + * Flag as text. */ Text.prototype.isText = true; \ No newline at end of file