Skip to content

Commit

Permalink
Clarify parameter type that internal next/error steps consume
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Jan 12, 2024
1 parent 457ba36 commit 69de650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,11 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item

<dl dfn-for="internal observer">
: <dfn>next steps</dfn>
:: An algorithm that takes a single parameter. Initially, these steps do nothing.
:: An algorithm that takes a single parameter of type {{any}}. Initially, these steps do nothing.

: <dfn>error steps</dfn>
:: An algorithm that takes a single parameter. Initially, the [=default error algorithm=].
:: An algorithm that takes a single parameter of type {{any}}. Initially, the [=default error
algorithm=].

: <dfn>complete steps</dfn>
:: An algorithm with no parameters. Initially, these steps do nothing.
Expand Down

0 comments on commit 69de650

Please sign in to comment.