Skip to content

Commit

Permalink
Update lib/runnable.js
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Goldberg ✨ <[email protected]>
  • Loading branch information
mark-wiemer and JoshuaKGoldberg authored Jan 4, 2025
1 parent 8893870 commit 76a15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = Runnable;
// Add "Additional properties" doc comment for hosted docs :)
/**
* Initialize a new `Runnable` with the given `title` and callback `fn`.
* Additional properties, like `getFullTitle()` and `slow()`, can be viewed in the runnable source.
* Additional properties, like `getFullTitle()` and `slow()`, can be viewed in the `Runnable` source.
*
* @class
* @extends external:EventEmitter
Expand Down

0 comments on commit 76a15de

Please sign in to comment.