Skip to content

Commit 890f7a1

Browse files
committed
chore: fix wording
1 parent 800e02e commit 890f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object-pool/src/ObjectPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function get(): object
9393
}
9494

9595
/**
96-
* Releases an object back to the pool.
96+
* Release an object back to the pool.
9797
*/
9898
public function release(object $object): void
9999
{

0 commit comments

Comments
 (0)