Skip to content

Commit 91f96d6

Browse files
authored
Update README.md
1 parent 7be51b2 commit 91f96d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class Spawner : MonoBehaviour
6262
var instance = _prefab.Spawn(transform.position, transform.rotation);
6363

6464
// Use this only with Instances of Prefab
65-
// Only Instances which was created via Populate can be Despawned
65+
// Only Instances which was created via Populate/Spawn can be Despawned
6666
instance.Despawn();
6767
}
6868
}

0 commit comments

Comments
 (0)