Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / mcs / errors / cs0132.cs
index 1b4ebf2c7b422f3b4c8145fae8e57f3afb2eb9b0..0ed191add1514100a75662eae04e3de55d8222c2 100644 (file)
@@ -1,4 +1,4 @@
-// cs0132.cs: A static parameter must  not have any parameters
+// cs0132.cs: `X.X(int)': The static constructor must be parameterless
 // Line: 4
 class X {
        static X (int x)