Skip to content

Commit f88218c

Browse files
committed
Refactor
1 parent 510e84f commit f88218c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Titus Wormer
33
* @copyright 2015 Titus Wormer. All rights reserved.
4-
* @module mdast-util-position
4+
* @module mdast:util:position
55
* @fileoverview Utility to get either the starting or the
66
* ending position of a node, and if its generated or not.
77
*/

mdast-util-position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author Titus Wormer
44
* @copyright 2015 Titus Wormer. All rights reserved.
5-
* @module mdast-util-position
5+
* @module mdast:util:position
66
* @fileoverview Utility to get either the starting or the
77
* ending position of a node, and if its generated or not.
88
*/

0 commit comments

Comments
 (0)