From f77730eb74615644e56dd8cfb8b57e11f9771077 Mon Sep 17 00:00:00 2001 From: Marais Rossouw Date: Sun, 20 Oct 2024 21:28:45 +1000 Subject: [PATCH] chore: remove message spec as per feedback --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 0dc4d3c..ff0a981 100644 --- a/spec.bs +++ b/spec.bs @@ -1523,7 +1523,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=] - :: [=Reject=] |p| with a new {{RangeError}}, and message of "No values in Observable". + :: [=Reject=] |p| with a new {{RangeError}}. Note: This is only reached when the source {{Observable}} completes *before* it emits a single value.