diff options
| author | Johannes Schilling <dario@deaktualisierung.org> | 2020-06-21 10:22:19 +0200 |
|---|---|---|
| committer | Johannes Schilling <dario@deaktualisierung.org> | 2020-06-21 10:22:19 +0200 |
| commit | e3d735dcbf3f777169c273f660b1388c521bb91c (patch) | |
| tree | 1a09e0eb6aa3cad1fa37499326923b1e4e420859 /src/librustc_error_codes/error_codes | |
| parent | 228a0ed7b0cef2fbfeb781acf6c23015ccc40ba2 (diff) | |
| download | rust-e3d735dcbf3f777169c273f660b1388c521bb91c.tar.gz rust-e3d735dcbf3f777169c273f660b1388c521bb91c.zip | |
Fix typo in error_codes doc
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0081.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0081.md b/src/librustc_error_codes/error_codes/E0081.md index fd5eca68e21..b834a734cef 100644 --- a/src/librustc_error_codes/error_codes/E0081.md +++ b/src/librustc_error_codes/error_codes/E0081.md @@ -1,4 +1,4 @@ -A discrimant value is present more than once. +A discriminant value is present more than once. Erroneous code example: |
