Update
[mono.git] / mcs / errors / gcs0310-4.cs
index 123cbfad5c601ef2e0e0f93cc85f37676510b69b..d1e6e359433f27512ed327323c0cf6dde4de851a 100644 (file)
@@ -1,4 +1,4 @@
-// CS0310: The type 'Foo' must have a public parameterless constructor in order to use it as parameter 'a' in the generic type or method 'C<a>'
+// CS0310: The type `Foo' must have a public parameterless constructor in order to use it as parameter `a' in the generic type or method `C<a>'
 // Line: 14
 class C <a> where a : new () {
 }