Skip to content

Commit edc4140

Browse files
committed
Merge pull request #241 from guillink/patch-1
Fixed typo on PropertyPart.Unique documentation
2 parents b2f784a + e49a08b commit edc4140

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)