From 496c3c6dd9d53761b0c30660789d711ab0a1e2a6 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 23 Apr 2024 13:44:52 -0400 Subject: [PATCH] find() resolves to undefined on complete --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 1aabdbc..67f31de 100644 --- a/spec.bs +++ b/spec.bs @@ -1199,7 +1199,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w :: [=Reject=] |p| with the passed in error. : [=internal observer/complete steps=] - :: [=Resolve=] |p| with false. + :: [=Resolve=] |p| with {{undefined}}. 1. Subscribe to [=this=] given |observer| and |internal options|.