Update
[mono.git] / mcs / errors / gcs0309.cs
index 7937c2123b1779afee14f19806b79e5b570712f9..91c0703499ef4fe72027edf1d474555cd5522dce 100644 (file)
@@ -1,4 +1,4 @@
-// CS0309: The type 'B' must be convertible to 'A' in order to use it as parameter 'T' in the generic type or method 'Foo<T>'
+// CS0309: The type `B' must be convertible to `A' in order to use it as parameter `T' in the generic type or method `Foo<T>'
 // Line: 20
 
 public class Foo<T>