Skip to content

Commit

Permalink
Fix typo in session.subscribe algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien authored and jgraham committed Jan 16, 2025
1 parent 1f2b39e commit 374e7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ The [=remote end steps=] with |session| and |command parameters| are:
let |event names| be the [=set/union=] of |event names| and the result of
[=trying=] to [=obtain a set of event names=] with |name|.

1. Let |input user context ids| be [=set/create|create a set=] with |command parameters|[<code>contexts</code>].
1. Let |input user context ids| be [=set/create|create a set=] with |command parameters|[<code>userContexts</code>].

1. Let |input context ids| be [=set/create|create a set=] with |command parameters|[<code>contexts</code>].

Expand Down

0 comments on commit 374e7ba

Please sign in to comment.