Skip to content

Commit 5f60fad

Browse files
authored
Fix typo in Entity.cs comment (#295)
1 parent 7b1475c commit 5f60fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arch/Core/Entity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override string ToString()
145145
public readonly struct Entity : IEquatable<Entity>, IComparable<Entity>
146146
{
147147
/// <summary>
148-
/// It's Id, unique in its <see cref="World"/>.
148+
/// Its Id, unique in its <see cref="World"/>.
149149
/// </summary>
150150
public readonly int Id;
151151

0 commit comments

Comments
 (0)