From 840dec88002c063b3972e50a0fc0ce840af98a6b Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:03:50 -0800 Subject: [PATCH] Update lib/runnable.js --- lib/runnable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runnable.js b/lib/runnable.js index b83caeb7ae..8bdfdab768 100644 --- a/lib/runnable.js +++ b/lib/runnable.js @@ -24,7 +24,7 @@ var MAX_TIMEOUT = Math.pow(2, 31) - 1; module.exports = Runnable; -// Add "Additional properties" doc comment for hosted docs :) +// "Additional properties" doc comment added for hosted docs (mochajs.org/api) /** * Initialize a new `Runnable` with the given `title` and callback `fn`. * Additional properties, like `getFullTitle()` and `slow()`, can be viewed in the `Runnable` source.