2010-03-05 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / errors / cs0563.cs
index af369883b2cf835fdea3fb24b3aff4a89c51f62d..b61155386827b7a53f5a592f2a36e8108979f9b6 100644 (file)
@@ -1,4 +1,4 @@
-// cs0563.cs: One of the parameters to the binary operator should be the containing type
+// cs0563.cs: One of the parameters of a binary operator must be the containing type
 // Line: 4
 class X {
        public static int operator + (int a, int b)