Update E0164.md

This commit is contained in:
Dylan DPC 2020-01-04 11:41:35 +05:30 committed by GitHub
parent aab4276477
commit 062cd78958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ fn bar(foo: A) {
```
This error means that an attempt was made to match something which is neither a
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
pattern:
```