fix: fix back pressure detection
[poolifier.git] / CHANGELOG.md
index bc0afc7aeb7fd8828570e1c1085cdf7759b6b23d..ae8fefd89c6e7212003d615f43c68a2def3ee9ca 100644 (file)
@@ -101,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixed
 
 - Fix queued tasks redistribution on error task execution starvation.
-- Ensure task queueing per worker condition is untangled from the pool busyness semantic.
+- Ensure tasks queueing per worker condition is untangled from the pool busyness semantic.
 
 ### Changed