Skip to content

Commit

Permalink
fix indentation in "subscribe to an" algo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jul 26, 2024
1 parent 1b470a5 commit cc5852c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
1. If |options|'s {{SubscribeOptions/signal}} is [=AbortSignal/aborted=], then [=close a
subscription|close=] |subscriber|.

1. Otherwise, [=AbortSignal/add|add the following abort algorithm=] to |options|'s
{{SubscribeOptions/signal}}:
1. Otherwise, [=AbortSignal/add|add the following abort algorithm=] to |options|'s
{{SubscribeOptions/signal}}:

1. [=close a subscription|Close=] |subscriber|.
1. [=close a subscription|Close=] |subscriber|.

1. If [=this=]'s [=Observable/subscribe callback=] is a {{SubscribeCallback}}, [=invoke=] it
with |subscriber|.
Expand Down

0 comments on commit cc5852c

Please sign in to comment.