diff --git a/spec.bs b/spec.bs index 49b56eb..0e21730 100644 --- a/spec.bs +++ b/spec.bs @@ -718,8 +718,6 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w 1. If |amount| is 0, then run |subscriber|'s {{Subscriber/complete()}} method and abort these steps. - 1. Let |controller| be a [=new=] {{AbortController}}. - 1. Let |sourceObserver| be a new [=internal observer=], initialized as follows: : [=internal observer/next steps=] @@ -728,11 +726,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w 1. Decrement |amount|. - 1. If |amount| is 0, then: - - 1. Run |subscriber|'s {{Subscriber/complete()}} method. - - 1. [=AbortController/Signal abort=] |controller|. + 1. If |amount| is 0, then run |subscriber|'s {{Subscriber/complete()}} method. : [=internal observer/error steps=] :: Run |subscriber|'s {{Subscriber/error()}} method, given the passed in Subscribe to |sourceObservable| given |sourceObserver| and |options|.