Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <[email protected]>
  • Loading branch information
jgraham and foolip authored Dec 9, 2020
1 parent 4fb83b0 commit 8760593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ The [=remote end event trigger=] is:

<div algorithm="remote end event trigger for log.entryAdded">

When the [=Printer=] algorithm is invoked with arguments |logLevel|, |args| and,
When the [=Printer=] operation is invoked with arguments |logLevel|, |args| and,
optionally, <var ignore>options</var>:

1. If |logLevel| is "<code>error</code>" or "<code>assert</code>", let |level|
Expand All @@ -1838,7 +1838,7 @@ optionally, <var ignore>options</var>:
1. Let |realm| be the [=realm id=] of the [=current Realm Record=].

1. Let |extra| be a map matching the <code>ConsoleLogExtra</code> production,
with the <code>type</code> field set to |logLevel|, the <code>real</code>
with the <code>type</code> field set to |logLevel|, the <code>realm</code>
field set to |realm| and the <code>args</code> field set to |serialized
args|.

Expand Down

0 comments on commit 8760593

Please sign in to comment.