Skip to content

Commit 0e8e67b

Browse files
committed
Updated readme
1 parent 5c78467 commit 0e8e67b

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
@@ -446,7 +446,7 @@ If you constantly create and destroy objects, the performance of your game will
446446

447447
* One problem with storing objects in a list and search the list to find an avilable object is that the list may be very long, so it's a waste of time. Another way is to store the objects in the pool in a linked-list.
448448

449-
* This pattern is so popular Unity has implemented their own version of it called [ObjectPool<T0>](https://docs.unity3d.com/ScriptReference/Pool.ObjectPool_1.html). Is only available in later versions of Unity.
449+
* This pattern is so popular Unity has implemented their own version of it called [ObjectPool](https://docs.unity3d.com/ScriptReference/Pool.ObjectPool_1.html). Is only available in later versions of Unity.
450450

451451
**When is it useful?**
452452

0 commit comments

Comments
 (0)