mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
docs(ShardingManager): fix typo in JSDoc (#4158)
Fix typo introduced in PR #4157 in the link to Node docs
This commit is contained in:
parent
b385aedf36
commit
766b91d306
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const Util = require('../util/Util');
|
|||
class ShardingManager extends EventEmitter {
|
||||
/**
|
||||
* The mode to spawn shards with for a {@link ShardingManager}: either "process" to use child processes, or
|
||||
* "worker" to use [Worker threads][Worker threads](https://nodejs.org/api/worker_threads.html).
|
||||
* "worker" to use [Worker threads](https://nodejs.org/api/worker_threads.html).
|
||||
* @typedef {Object} ShardingManagerMode
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue