Skip to content

Commit a8f5d5d

Browse files
committed
jsdoc: parse -> render
1 parent f72923c commit a8f5d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/posthtml-render.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
(function(global) {
22
/**
3-
* Parse PostHTMLTree to html
3+
* Render PostHTMLTree to html
44
* @param {Object} tree PostHTMLTree
5-
* @param {Object} options Parse options
5+
* @param {Object} options Render options
66
* @return {String} html string
77
*/
88
function postHTMLRender(tree, options) {
99
options = options || {};
1010

1111
/**
12-
* options parse
12+
* options render
1313
* @param {Array} singleTags single tags array for extend default
1414
* @param {String} closingSingleTag option for closing single tag
1515
* Option:

0 commit comments

Comments
 (0)