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/gcs1961-3.cs')
-rw-r--r--mcs/errors/gcs1961-3.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/gcs1961-3.cs b/mcs/errors/gcs1961-3.cs
index 03bba7f47e6..97138e0639c 100644
--- a/mcs/errors/gcs1961-3.cs
+++ b/mcs/errors/gcs1961-3.cs
@@ -1,5 +1,5 @@
-// CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.A'
-// Line: 9
+// CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.A'
+// Line: 9
// Compiler options: -langversion:future
interface A<T>