Skip to content

Commit 1d795e2

Browse files
Editorial: fix typo around "mutual exclusive" (#1754)
This is for addressing #1716. I also found that "not" should also be an exclusive condition. Let me update.
1 parent b8255db commit 1d795e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3455,7 +3455,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
34553455
1. Return true.
34563456
1. Else:
34573457

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

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

0 commit comments

Comments
 (0)