Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed Feb 13, 2024
1 parent 9772c21 commit 653c97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/Articles/docs/Linq quick start.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ items.SelectMany(x => x).Dump();
:::

The selected `x` is the one to be flattened.
That's why we get a `char` sequence represents the concrete type name of `x`(`` <>z__ReadOnlyArray`1[System.Int32]\<>z__ReadOnlyArray`1[System.Int32] ``).
That's why we get a `char` sequence represents the concrete type name of `x`(`` <>z__ReadOnlyArray`1[System.Int32]&lt>z__ReadOnlyArray`1[System.Int32] ``).

:::code-group

Expand Down

0 comments on commit 653c97b

Please sign in to comment.