We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b4c9b commit 59284c3Copy full SHA for 59284c3
src/NHibernate/Linq/GroupBy/PagingRewriter.cs
@@ -28,7 +28,7 @@ public static void ReWrite(QueryModel queryModel)
28
29
private static void FlattenSubQuery(SubQueryExpression subQueryExpression, QueryModel queryModel)
30
{
31
- // we can not flattern subquery if outer query has body clauses.
+ // we can not flatten subquery if outer query has body clauses.
32
var subQueryModel = subQueryExpression.QueryModel;
33
var subQueryMainFromClause = subQueryModel.MainFromClause;
34
if (queryModel.BodyClauses.Count == 0)
0 commit comments