diff --git a/src/sharding/Shard.js b/src/sharding/Shard.js index 0e35ac87..1f3f5645 100644 --- a/src/sharding/Shard.js +++ b/src/sharding/Shard.js @@ -113,7 +113,7 @@ class Shard extends EventEmitter { } /** - * Immediately kills the shard and does not restart it. + * Immediately kills the shard's process and does not restart it. */ kill() { this.process.removeListener('exit', this._exitListener);