Merge pull request #5010 from Unity-Technologies/boehm-gc-alloc-fixed-sre
[mono.git] / mcs / errors / cs0674.cs
index 9e609d1015c32c94289b34848886a9330ee529cd..84637ad281926ff292a83b1e41796478521bb96e 100644 (file)
@@ -1,4 +1,4 @@
-// cs0674.cs: Do not use 'System.ParamArrayAttribute'. Use the 'params' keyword instead
+// CS0674: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead
 // Line: 8
 
 using System;