Skip to content

Commit a97851b

Browse files
committed
Add missing return doc.
1 parent a1affa5 commit a97851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
* function.
2121
* @param {String} type Type of tree
2222
* @param {Tree} tree Tree to process
23-
* @return {[type]}
23+
* @return {Tree} Processed tree
2424
*/
2525
preprocessTree(type, tree) {
2626
this.options.babel = {

0 commit comments

Comments
 (0)