Modified:
wiki/OperatorsImplementationStatus.wiki
Log:
Fixed casing of ThenBy MSDN URL to avoid extra redirections.
Modified: wiki/OperatorsImplementationStatus.wiki
==============================================================================
--- wiki/OperatorsImplementationStatus.wiki (original)
+++ wiki/OperatorsImplementationStatus.wiki Mon Feb 16 02:32:16 2009
@@ -22,7 +22,7 @@
== Concatenation operator ==
* [http://msdn.microsoft.com/en-us/library/bb302894.aspx Concat]
== Ordering operators ==
- *
[http://msdn.microsoft.com/en-us/library/system.linq.enumerable.orderby.aspx
OrderBy]/[http://msdn.microsoft.com/en-us/library/system.linq.enumerable.ThenBy.aspx
ThenBy]
+ *
[http://msdn.microsoft.com/en-us/library/system.linq.enumerable.orderby.aspx
OrderBy]/[http://msdn.microsoft.com/en-us/library/system.linq.enumerable.thenby.aspx
ThenBy]
* [http://msdn.microsoft.com/en-us/library/bb358497.aspx Reverse]
== Grouping operators ==
*
[http://msdn.microsoft.com/en-us/library/system.linq.enumerable.groupby.aspx
GroupBy]