Merge pull request #30 from FlamingArr/master

A minor typo-fix
This commit is contained in:
Max Cahill 2021-08-12 15:43:42 +10:00 committed by GitHub
commit 7fe9234708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ return function(class, limit)
return instance
end
--release a vector to the pool
--release a object to the pool
function class:release()
if #_pool < _pool_limit then
table.insert(_pool, self)