Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs0431.cs
index 34fa647762adec9709c087f7a4cea9d798255715..c75168f57fca3ab25fe1cf1fc4c09f0d95eb0651 100644 (file)
@@ -1,4 +1,4 @@
-// CS0431: Alias `foo' cannot be used with '::' since it denotes a type. Consider replacing '::' with '.'
+// CS0431: Alias `foo' cannot be used with `::' since it denotes a type. Consider replacing `::' with `.'
 // Line: 13
 
 using foo = A;