README.md in connection_pool-2.3.0 vs README.md in connection_pool-2.4.0
- old
+ new
@@ -46,10 +46,10 @@
end
```
This will only modify the resource-get timeout for this particular
invocation.
-This is useful if you want to fail-fast on certain non critical
+This is useful if you want to fail-fast on certain non-critical
sections when a resource is not available, or conversely if you are comfortable blocking longer on a particular resource.
This is not implemented in the `ConnectionPool::Wrapper` class.
## Migrating to a Connection Pool