Skip to content

Commit e49a08b

Browse files
committed
Fixed typo on PropertyPart.Unique documentation
1 parent b2f784a commit e49a08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentNHibernate/Mapping/PropertyPart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public PropertyPart CustomSqlType(string sqlType)
234234
}
235235

236236
/// <summary>
237-
/// Specify that this property has a unique constranit
237+
/// Specify that this property has a unique constraint
238238
/// </summary>
239239
public PropertyPart Unique()
240240
{

0 commit comments

Comments
 (0)