Skip to content

Commit a0cc3df

Browse files
Update linq-dynamic.md
1 parent 812e463 commit a0cc3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/api/linq-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can use any ordering and selecting method with a dynamic C# expression:
5151
- ThenByDescendingDynamic
5252
- ThenByDynamic
5353

54-
> The **"Dynamic"** suffix is required for not overriding the default behavior (Ordering or selecting by a string is valid).
54+
> The **"Dynamic"** suffix is required for not overriding the default behavior (ordering or selecting by a string is valid).
5555
5656
### Example
5757
{% highlight csharp %}

0 commit comments

Comments
 (0)