Update
[mono.git] / mcs / errors / gcs0310.cs
index 1730fff66d8529c64ac67e61b1a0dc70f2656fe0..aa72169d593502d37c72a5c32eb35067bbe81669 100644 (file)
@@ -1,4 +1,4 @@
-// CS0310: The type 'A' must have a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'Foo<T>'
+// CS0310: The type `A' must have a public parameterless constructor in order to use it as parameter `T' in the generic type or method `Foo<T>'
 // Line: 18
 
 public class Foo<T>