Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Dec 15, 2024
1 parent d97c1ec commit 86b8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Logitar.Identity.Core/Roles/Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Role : AggregateRoot
/// </summary>
public TenantId? TenantId => Id.TenantId;
/// <summary>
/// Gets the entity identifier of the role. This identifier is unique with the tenant.
/// Gets the entity identifier of the role. This identifier is unique within the tenant.
/// </summary>
public EntityId? EntityId => Id.EntityId;

Expand Down

0 comments on commit 86b8d73

Please sign in to comment.