Aggror 5 years ago
parent
commit
3e630952d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      en/tutorials/csharpbeginner/removing-entities.md

+ 1 - 1
en/tutorials/csharpbeginner/removing-entities.md

@@ -2,7 +2,7 @@
 You can find this sample in the tutorial project: **Menu** → **Removing entities** 
 
 ## Explanation
-This C# Beginner tutorial covers how to remove existing entities from the scene and how to remove an entity that is a child of another entity. When we add entities to the Scene root we can remove that again by accessing the  scene entities. Entities that are added as children of other entities can be removed by accessing the children of an entity. 
+This C# Beginner tutorial covers how to remove existing entities from the scene and how to remove an entity that is a child of another entity. When we add entities to the Scene root we can remove that entity again by accessing the scene.Entities property. Entities that are added as children of other entities can be removed by accessing the children of an entity. 
 
 ![Cloning entities](media/removing-entity.png)