We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be8313 commit 87bdeacCopy full SHA for 87bdeac
standard/patterns.md
@@ -156,7 +156,7 @@ A set of patterns `Q` *subsumes* a pattern `P` if any of the following condition
156
157
## 11.4 Pattern exhaustiveness
158
159
-Informally, a set of patterns is exhaustive for a type if some pattern in the set is applicable to every possible value of that type other than null.
+Informally, a set of patterns is exhaustive for a type if for every possible value of that type other than null some pattern in the set is applicable.
160
The following rules define when a set of patterns is *exhaustive* for a type:
161
162
A set of patterns `Q` is *exhaustive* for a type `T` if any of the following conditions hold:
0 commit comments