Skip to content

Commit 025cc47

Browse files
chore: address comments
1 parent a94c9d5 commit 025cc47

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.bs

+9-5
Original file line numberDiff line numberDiff line change
@@ -1850,11 +1850,13 @@ The [=remote end steps=] with |session| and |command parameters| are:
18501850

18511851
1. Let the |set of event names| be empty [=set=].
18521852

1853-
1. For each |event| of <code>command parameters</code>["events"], append |event| to |set of event names|.
1853+
1. For each |event| of <code>command parameters</code>["events"]:
1854+
1855+
1. Append |event| to |set of event names|.
18541856

18551857
1. Let |set of contexts| be null.
18561858

1857-
1. If the value of the <code>contexts</code> field of |command parameters| is not null.
1859+
1. If the value of the <code>contexts</code> field of |command parameters| is not null:
18581860

18591861
1. Set |set of contexts| to empty [=set=].
18601862

@@ -1928,14 +1930,16 @@ The [=remote end steps=] with |session| and |command parameters| are:
19281930

19291931
1. Let |set of contexts| be null.
19301932

1931-
1. If the value of the <code>contexts</code> field of |command parameters| is not null.
1933+
1. If the value of the <code>contexts</code> field of |command parameters| is not null:
19321934

19331935
1. Set |set of contexts| to empty [=set=].
19341936

1935-
1. For each |event| of <code>command parameters</code>["contexts"], append |event| to |set of contexts|.
1937+
1. For each |event| of <code>command parameters</code>["contexts"]:
1938+
1939+
1. Append |event| to |set of contexts|.
19361940

19371941
1. [=Try=] to [=update the event map=] with |session|,
1938-
|set of event names|, |list of contexts| and enabled false.
1942+
|set of event names|, |set of contexts| and enabled false.
19391943

19401944
1. Return [=success=] with data null.
19411945

0 commit comments

Comments
 (0)