Skip to content

Commit b166026

Browse files
committed
Wrap
1 parent cfd8e63 commit b166026

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,12 +1517,14 @@ For now, see
15171517
ignore>value</var>.
15181518

15191519
: [=internal observer/error steps=]
1520-
:: 1. Run |subscriber|'s {{Subscriber/error()}} method, given the passed in <var ignore>error</var>.
1520+
:: 1. Run |subscriber|'s {{Subscriber/error()}} method, given the passed in <var
1521+
ignore>error</var>.
15211522

15221523
: [=internal observer/complete steps=]
15231524
1. Run |subscriber|'s {{Subscriber/complete()}} method.
15241525

1525-
1. Let |options| be a new {{SubscribeOptions}} whose {{SubscribeOptions/signal}} is |subscriber|'s [=Subscriber/subscription controller=]'s [=AbortController/signal=].
1526+
1. Let |options| be a new {{SubscribeOptions}} whose {{SubscribeOptions/signal}} is
1527+
|subscriber|'s [=Subscriber/subscription controller=]'s [=AbortController/signal=].
15261528

15271529
1. <a for=Observable lt="subscribe to an Observable">Subscribe</a> to |sourceObservable|
15281530
given |sourceObserver| and |options|.

0 commit comments

Comments
 (0)