mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01: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:
@@ -20,7 +20,7 @@ const Util = require('../util/Util');
|
|||||||
class ShardingManager extends EventEmitter {
|
class ShardingManager extends EventEmitter {
|
||||||
/**
|
/**
|
||||||
* The mode to spawn shards with for a {@link ShardingManager}: either "process" to use child processes, or
|
* 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
|
* @typedef {Object} ShardingManagerMode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user