Skip to content

Commit

Permalink
Editorial: fix typo around "mutual exclusive"
Browse files Browse the repository at this point in the history
This is for addressing #1716.
I also found that "not" should also be an exclusive condition.
Let me update.
  • Loading branch information
yoshisatoyanagisawa committed Feb 14, 2025
1 parent b8255db commit ed07464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3455,7 +3455,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1. Return true.
1. Else:

Note: The [=Verify Router Condition=] algorithm guarantees that {{RouterCondition/or}} and other conditions are mutual exclusive.
Note: The [=Verify Router Condition=] algorithm guarantees that {{RouterCondition/or}}, {{RouterCondition/not}}, and other conditions are mutually exclusive.

1. If |condition|["{{RouterCondition/urlPattern}}"] [=map/exists=], then:
1. Let |rawPattern| be |condition|["{{RouterCondition/urlPattern}}"].
Expand Down

0 comments on commit ed07464

Please sign in to comment.