Skip to content

Commit e606020

Browse files
committed
docs: comment spell fix
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent e68a72b commit e606020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)