refactor: fix typos (#64)

fix typos
This commit is contained in:
Noritaka Kobayashi
2025-06-10 08:19:50 -07:00
committed by GitHub
parent 8a92500f8c
commit 4181e50775
13 changed files with 24 additions and 24 deletions
@@ -58,8 +58,8 @@ public final class AsyncSignalHandler: Sendable {
}
// We keep a reference to the continuation object that is created for
// our AsyncStream and tell our singal handler to yield a value to it
// returing a value to the consumer
// our AsyncStream and tell our signal handler to yield a value to it
// returning a value to the consumer
private func handler(_ sig: Int32) {
self.state.withLock {
for cont in $0.conts {