From 814f684e00ba50d757f7c8df1df8917398c490d8 Mon Sep 17 00:00:00 2001 From: sjvans <30337871+sjvans@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:13:50 +0100 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a3850d..eda7b07 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ pool.borrowed // returns number of callers waiting to acquire a resource pool.pending -// returns number of maxixmum number of resources allowed by pool +// returns number of maximum number of resources allowed by pool pool.max // returns number of minimum number of resources allowed by pool