Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs0592-4.cs')
-rw-r--r--mcs/errors/cs0592-4.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0592-4.cs b/mcs/errors/cs0592-4.cs
index d4a73a2a122..ba2e8c5af30 100644
--- a/mcs/errors/cs0592-4.cs
+++ b/mcs/errors/cs0592-4.cs
@@ -1,4 +1,4 @@
-// cs0592-4.cs: The attribute `TestAttribute' is not valid on this declaration type. It is valid on `constructor' declarations only
+// cs0592-4.cs: Attribute `TestAttribute' is not valid on this declaration type. It is valid on `constructor' declarations only
// Line: 5
using System;