Skip to content

Commit 766ff47

Browse files
committed
Refactor comments
1 parent 474d197 commit 766ff47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var zwitch = require('zwitch')
55
var mapz = require('mapz')
66
var unist = require('unist-util-assert')
77

8-
/* Construct. */
98
var hast = zwitch('type')
109

1110
exports = unist.wrap(hast)
@@ -17,11 +16,11 @@ exports.void = unist.void
1716
exports.wrap = unist.wrap
1817
exports.all = mapz(exports, {key: 'children', indices: false})
1918

20-
/* Core interface. */
19+
// Core interface.
2120
hast.invalid = unknown
2221
hast.unknown = unknown
2322

24-
/* Per-type handling. */
23+
// Per-type handling.
2524
hast.handlers = {
2625
root: unist.wrap(root),
2726
element: unist.wrap(element),

0 commit comments

Comments
 (0)