Skip to content

Commit

Permalink
docs: fix typo on migration section
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot committed Sep 24, 2023
1 parent e56f2fd commit 8a8a10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The V2 release renamed the **\`IQueryModel\`**-related interfaces and classes to

| V1 | V2 |
|-----------------------------------------|--------------------------------------------|
| IQueryModel&ltTResult> | IQueryStrategy&ltTResult> |
| IQueryModel<TResult> | IQueryStrategy&ltTResult> |
| IEntityQueryModel&ltTResult> | IEntityQueryStrategy&ltTResult> |
| EntityQueryModel&ltTSource, TResult> | EntityQueryStrategy&ltTSource, TResult> |
| QueryModel | QueryStrategy |
Expand Down

0 comments on commit 8a8a10f

Please sign in to comment.