Skip to content

Commit e606020

Browse files
committed
docs: comment spell fix
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent e68a72b commit e606020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pools/abstract-pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ export abstract class AbstractPool<
21162116
if (this.destroying && workerReadyMessage) {
21172117
return
21182118
}
2119-
// Kill messages response are handled in dedicated listeners
2119+
// Kill messages responses are handled in dedicated listeners
21202120
if (kill != null) {
21212121
return
21222122
}

0 commit comments

Comments
 (0)