[svn] r6681: vs-plugin/trunk/Nemerle.VsIntegration/CodeSnippets/Snippets/if.snippet

IT svnadmin at nemerle.org
Sat Sep 23 23:23:34 CEST 2006


Log:
Fixed 'else' spelling.

Author: IT
Date: Sat Sep 23 23:23:32 2006
New Revision: 6681

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/CodeSnippets/Snippets/if.snippet

Modified: vs-plugin/trunk/Nemerle.VsIntegration/CodeSnippets/Snippets/if.snippet
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/CodeSnippets/Snippets/if.snippet	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/CodeSnippets/Snippets/if.snippet	Sat Sep 23 23:23:32 2006
@@ -29,7 +29,7 @@
           <Default>false</Default>
         </Literal>
       </Declarations><Code Language="nemerle">
-<![CDATA[if ($expression$) $selected$$TrueExpr$ alse $FalseExpr$$end$
+<![CDATA[if ($expression$) $selected$$TrueExpr$ else $FalseExpr$$end$
 ]]>
 			</Code>
 		</Snippet>



More information about the svn mailing list