Skip to content

Commit f9eba34

Browse files
giraughmdboon
andauthored
Update src/stream/higher-order.ts
Co-authored-by: Mark Boon <42232000+mdboon@users.noreply.github.com>
1 parent ae72083 commit f9eba34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stream/higher-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export class HigherOrderStream<T, E> extends StreamTransforms<T, E> {
230230
let outerExhausted = false;
231231

232232
// Keep a map from inner iterators to their pending next() promise
233-
// we can race them to get the next value but we only remove then once resolved so we dont drop any values
233+
// we can race them to get the next value but we only remove them once resolved so we dont drop any values
234234
const innerPending = new Map<
235235
AsyncIterator<Atom<unknown, unknown>>,
236236
Promise<IteratorResult<Atom<unknown, unknown>>>

0 commit comments

Comments
 (0)