about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-01-15 11:52:21 +0530
committerGitHub <noreply@github.com>2020-01-15 11:52:21 +0530
commit6801cf436bf3549db72c364a912da43ac38d0e79 (patch)
tree4fe8a6841577b295f9517f790c45ceae63c61797 /src/librustc_error_codes/error_codes
parent5076a3efc707436c20c62f90e5df47e78052ed2d (diff)
downloadrust-6801cf436bf3549db72c364a912da43ac38d0e79.tar.gz
rust-6801cf436bf3549db72c364a912da43ac38d0e79.zip
Update E0170.md
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0170.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0170.md b/src/librustc_error_codes/error_codes/E0170.md
index 56e1b5aa241..9678cd173b7 100644
--- a/src/librustc_error_codes/error_codes/E0170.md
+++ b/src/librustc_error_codes/error_codes/E0170.md
@@ -1,4 +1,4 @@
-A pattern binding is using the same name as one of the variants a type.
+A pattern binding is using the same name as one of the variants of a type.
 
 Erroneous code example: