diff --git a/src/collections/Node.js b/src/collections/Node.js index a1a909dd..a8630911 100644 --- a/src/collections/Node.js +++ b/src/collections/Node.js @@ -69,8 +69,8 @@ const traversalMethods = { /** * Traverse the AST up and finds the closest node of the provided type. * - * @param {Collection} - * @param {filter} + * @param {Type} type + * @param {filter} filter * @return {Collection} */ closest: function(type, filter) {