diff --git a/spec.bs b/spec.bs
index 4c0914c..3abdbf0 100644
--- a/spec.bs
+++ b/spec.bs
@@ -1747,7 +1747,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
: [=internal observer/complete steps=]
:: 1. If |accumulator| is not "unset
", then [=resolve=] |p| with |accumulator|.
- Otherwise, [=reject=] |p| with a {{TypeError}}.
+ Otherwise, [=reject=] |p| with a {{RangeError}}.
+
+ Note: This is only reached when the source {{Observable}} completes *before* it emits a
+ single value and no |initialValue| was passed in.
1. Subscribe to [=this=] given |observer|
and |internal options|.