Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Dec 8, 2023
1 parent ef7baa7 commit f24fb38
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 @@ -1468,9 +1468,9 @@ The [=additional capability deserialization algorithm=] for the
The [=matched capability serialization algorithm=] for the "<code>interceptFileDialogs</code>" capability,
with parameter |value| is:

1. If |value| is false, return [=success=] with data null.
1. If |value| is true, return [=success=] with data true.

1. Return [=success=] with data true.
1. Return [=success=] with data false.

</div>

Expand Down

0 comments on commit f24fb38

Please sign in to comment.