]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #26973 - tshepang:repetition, r=Gankro
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 12 Jul 2015 13:05:54 +0000 (18:35 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 12 Jul 2015 13:05:54 +0000 (18:35 +0530)
src/librustc/diagnostics.rs

index 3dbc80d352d15598adc357cfc16c47c6e2a34a3e..68aba382f6b920a2e64a8a55660da7dcf9b7b4db 100644 (file)
@@ -1006,7 +1006,7 @@ fn baz() {
 
 E0308: r##"
 This error occurs when the compiler was unable to infer the concrete type of a
-variable. This error can occur for several cases, the most common of which is a
+variable. It can occur for several cases, the most common of which is a
 mismatch in the expected type that the compiler inferred for a variable's
 initializing expression, and the actual type explicitly assigned to the
 variable.