Skip to content

Commit ad69965

Browse files
Update ***linq/S-Q-O/ index.md*** (#47989)
to modify two typos.
1 parent 1b66d53 commit ad69965

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/linq/standard-query-operators

1 file changed

+1
-1
lines changed

docs/csharp/linq/standard-query-operators/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The code produces the following XML output:
8989

9090
For more information, see [Creating XML Trees in C# (LINQ to XML)](../../../standard/linq/create-xml-trees.md).
9191

92-
You can use the results of one query as the data source for a subsequent query. This example shows how to order the results of a join operation. This query creates a group join, and then sorts the groups based on the category element, which is still in scope. Inside the anonymous type initializer, a subquery orders all the matching elements from the products sequence.
92+
You can use the results of one query as the data source for a subsequent query. This example shows how to order the results of a join operation. This query creates a group join, and then sorts the groups based on the `department` element, which is still in scope. Inside the anonymous type initializer, a subquery orders all the matching elements from the `students` sequence.
9393

9494
:::code language="csharp" source="./snippets/standard-query-operators/OrderResultsOfJoin.cs" id="OrderResultsOfJoinQuery":::
9595

0 commit comments

Comments
 (0)