diff --git a/index.js b/index.js index 66e3370..c61cb54 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ var phrasing = [ 'text' ] -/* Check if a node is a phrasing element */ +// Check if a node is a phrasing element. function isPhrasing(node) { return is(phrasing, node) }