Update readme: non critical -> non-critical (#164)

* I see non-critical and noncritical, but no `non critical`
* ref: https://en.wiktionary.org/wiki/non-critical
This commit is contained in:
ijunwei 2022-09-24 10:56:55 +08:00 committed by GitHub
parent a4abba78df
commit a8bc713b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ 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.