Skip to content

Commit 85e0c0a

Browse files
authored
fix constraint typo (#10050)
1 parent e01aad9 commit 85e0c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Services.Entities/Membership.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Membership
2626
/// <summary>
2727
/// The <see cref="User"/> that is a member of the <see cref="Organization"/>.
2828
///
29-
/// Note that there is no database contraint preventing memberships of Organizations into other
29+
/// Note that there is no database constraint preventing memberships of Organizations into other
3030
/// Organizations. For now this is restricted by the Gallery, but could be considered in the
3131
/// future if we want to support Organization teams.
3232
/// </summary>

0 commit comments

Comments
 (0)