From cbf57990ee341a03d405799cdd16d822cc6ede5b Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 24 Dec 2023 23:08:40 -0700 Subject: [PATCH] Make the jsdoc better --- module/handlebars.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/handlebars.mjs b/module/handlebars.mjs index a5b57c7..2029787 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -77,8 +77,8 @@ function toFriendlyDuration(duration) { }; /** - * If the argument is truthy, it returns HTML data to indicate the collapse is - * open + * Checks if the specified collapseId is currently open, so that during re-renders + * it remains open or closed. * * @param {Set} expanded A set indicating what collapseIds are expanded * @param {string} collapseId The collapseId to check for