Skip to content

Commit

Permalink
Refactor comment-style
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 24, 2019
1 parent 50e9d96 commit e0a61f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit e0a61f7

Please sign in to comment.