Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Nov 29, 2024
1 parent 1271c11 commit 6068c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ECS/EntityStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public Entity GetEntityById(int id) {
}

/// <summary>
/// If referenced entity is not present it will use same revision which will be set in <see cref="CreateEntityNode"/>.
/// If referenced entity is not alive it will use same revision used in <see cref="CreateEntityNode"/>.
/// </summary>
internal Entity CreateEntityReference(long key)
{
Expand Down

0 comments on commit 6068c20

Please sign in to comment.