[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs1660.cs
index 7a31c70ec4f449668a9c0deb6af20282a4ac05d2..3b8a01b9ff4aac47b50e6d9680e9cddd1eddbae7 100644 (file)
@@ -1,4 +1,4 @@
-// CS1660: Cannot convert `anonymous method' to type `object' because it is not a delegate type
+// CS1660: Cannot convert `anonymous method' to non-delegate type `object'
 // Line: 9
 
 using System;