Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Sep 3, 2024
1 parent 4a34553 commit 3b3312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ An <dfn>internal observer</dfn> is a [=struct=] with the following [=struct/item
To <dfn for=Observable>convert to an Observable</dfn> an {{any}} |value|, run these steps:

Note: We split this algorithm out from the Web IDL {{Observable/from()}} method, so that
spec prose can <a for=Observable lt="convert to an observable">convert</a> an {{Observable}}
without going through the Web IDL bindings.
spec prose can <a for=Observable lt="convert to an observable">convert</a> values to without
going through the Web IDL bindings.

Note: The resolution of value to its descrete types happens before
[=Observable/subscribe callback=] is called. This means mutations of values, such as adding
Expand Down

0 comments on commit 3b3312b

Please sign in to comment.