From 521407b8c71c210426501e16964ffed44ab92882 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Tue, 19 Dec 2023 11:18:52 -0600 Subject: [PATCH] Add more detail to conditional Co-authored-by: Dominic Farolino --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ab932..94db680 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ const result = source.flatMap((value) => getNextInnerObservable(value)); - Wait - If the inner observable errors - Forward the error to `result`. - - If `innerSignal` is `AbortSignal` + - Otherwise, if `innerSignal` is `AbortSignal` - Add the value to the `queue` and wait. - If the `source` completes: - If `innerSignal` is `undefined`