We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab4276 commit 062cd78Copy full SHA for 062cd78
src/librustc_error_codes/error_codes/E0164.md
@@ -22,7 +22,7 @@ fn bar(foo: A) {
22
```
23
24
This error means that an attempt was made to match something which is neither a
25
-tuple struct nor a tuple variant. Only these two elements are allowed as
+tuple struct nor a tuple variant. Only these two elements are allowed as a
26
pattern:
27
28
0 commit comments