From 979e323f7ee9b38c78d7ace29faf172b5b39c11b Mon Sep 17 00:00:00 2001 From: ed-thuando Date: Sat, 11 Apr 2026 17:53:45 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20#390=20=E2=80=94=20Docs=20are?= =?UTF-8?q?=20not=20helpful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #390 Signed-off-by: ed-thuando <231172918+ed-thuando@users.noreply.github.com> --- src/collections/Node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {