Skip to content

Commit 062cd78

Browse files
authored
Update E0164.md
1 parent aab4276 commit 062cd78

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0164.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn bar(foo: A) {
2222
```
2323

2424
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
25+
tuple struct nor a tuple variant. Only these two elements are allowed as a
2626
pattern:
2727

2828
```

0 commit comments

Comments
 (0)