Flush
authorMiguel de Icaza <miguel@gnome.org>
Mon, 17 May 2004 16:38:49 +0000 (16:38 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 17 May 2004 16:38:49 +0000 (16:38 -0000)
svn path=/trunk/mono/; revision=27522

web/faq

diff --git a/web/faq b/web/faq
index 9adf16a76122175c4a6fc92fe1a97a10e91eeb8d..c46a72f2add4e0289d5085425769299cde0518c4 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -767,7 +767,9 @@ A: Most of Mono is being written using C#, with only
           Portable.NET's compiler.
 
      <li> Mono's C# compiler has strong error handling and has closer
-          adherence to the specification.
+          adherence to the specification with support for definite
+         assignment (required to generate verifiable IL code) and 
+         CLS conformance checking.
 
      <li> Mono's C# compiler is written in C# which is easier for new
           developers to come in and improve, fix and tune.  The Mono