Skip to content

Commit 4008d70

Browse files
committed
Refactor code-style
1 parent 15b1910 commit 4008d70

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ module.exports = phrasing
88
var list = [
99
'a',
1010
'abbr',
11-
/* `area` is in fact only phrasing if it is inside a `map`
12-
* element. However, since `area`s are required to be
13-
* inside a `map` element, and it’s a rather involved check,
14-
* it’s ignored here for now. */
11+
// `area` is in fact only phrasing if it is inside a `map` element.
12+
// However, since `area`s are required to be inside a `map` element, and it’s
13+
// a rather involved check, it’s ignored here for now.
1514
'area',
1615
'b',
1716
'bdi',

0 commit comments

Comments
 (0)