Skip to content

Commit 97dedca

Browse files
bobinushfredericDelaporte
authored andcommitted
Update Restrictions.cs
Fixed "is not empty" comments for IsEmpty method
1 parent d1ef4ed commit 97dedca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Criterion/Restrictions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ public static AbstractEmptinessExpression IsNotEmpty(string propertyName)
658658
}
659659

660660
/// <summary>
661-
/// Apply an "is not empty" constraint to the named property
661+
/// Apply an "is empty" constraint to the named property
662662
/// </summary>
663663
/// <param name="propertyName">The name of the Property in the class.</param>
664664
/// <returns>A <see cref="IsEmptyExpression" />.</returns>

0 commit comments

Comments
 (0)