2
0

Fix spelling error

This commit is contained in:
Jack Christensen
2019-06-08 17:40:51 -05:00
parent e4ced69a3a
commit 11cab39313
+1 -1
View File
@@ -4,7 +4,7 @@
Puddle is a tiny generic resource pool library for Go that uses the standard Puddle is a tiny generic resource pool library for Go that uses the standard
context library to signal cancellation of acquires. It is designed to contain context library to signal cancellation of acquires. It is designed to contain
the minimum functionality a resource pool needs that cannot be implemented the minimum functionality a resource pool needs that cannot be implemented
without concerrency concerns. For example, a database connection pool may use without concurrency concerns. For example, a database connection pool may use
puddle internally and implement health checks and keep-alive behavior without puddle internally and implement health checks and keep-alive behavior without
needing to implement any concurrent code of its own. needing to implement any concurrent code of its own.
*/ */