Skip to content

Commit

Permalink
Remove unnecessary '_' from 'not'.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshisatoyanagisawa committed Mar 27, 2024
1 parent b6dbe3c commit 9081f03
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 @@ -1578,7 +1578,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
RunningStatus runningStatus;

sequence<RouterCondition> _or;
RouterCondition _not;
RouterCondition not;
};

typedef (RouterSourceDict or RouterSourceEnum) RouterSource;
Expand Down

0 comments on commit 9081f03

Please sign in to comment.