Update
[mono.git] / mcs / errors / gcs0309-3.cs
index cbac2327327de32ca99afbe1cf1ef64d3b3102fe..7aae4e320a674bdf419d6a025f39ce9b5b7512a7 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: 35
 using System;