]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in error_codes doc
authorJohannes Schilling <dario@deaktualisierung.org>
Sun, 21 Jun 2020 08:22:19 +0000 (10:22 +0200)
committerJohannes Schilling <dario@deaktualisierung.org>
Sun, 21 Jun 2020 08:22:19 +0000 (10:22 +0200)
src/librustc_error_codes/error_codes/E0081.md

index fd5eca68e21fd5dc24be35b92c4fa4fccd0b2765..b834a734cefc447202d5a0dd2b64636f98fdf637 100644 (file)
@@ -1,4 +1,4 @@
-A discrimant value is present more than once.
+A discriminant value is present more than once.
 
 Erroneous code example: