]> git.lizzy.rs Git - rust.git/commitdiff
The come back of the "a" eaten by the void
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 29 Jun 2015 08:21:39 +0000 (10:21 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 29 Jun 2015 08:21:39 +0000 (10:21 +0200)
src/librustc/diagnostics.rs

index 36ec48633dcf1f932a1ee1cf616edb555b589eab..4673169a7de3e81ad93bfa2be2d1f22db5ff9b67 100644 (file)
@@ -361,7 +361,7 @@ enum Enum {
 "##,
 
 E0109: r##"
-You tried to give    type parameter to a type which doesn't need it. Erroneous
+You tried to give a type parameter to a type which doesn't need it. Erroneous
 code example:
 
 ```