Skip to content

Commit

Permalink
Fix typo (#54909)
Browse files Browse the repository at this point in the history
  • Loading branch information
AreaZR authored Jul 19, 2021
1 parent 3109cfc commit 9aec365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ internal void Free(ConcurrentQueue<JsonRpcConnection> pool, JsonRpcConnection co
{
using (_shutdownLock.DisposableRead())
{
// There is a race between checking the current pool capacity i nthe condition and
// There is a race between checking the current pool capacity in the condition and
// and queueing connections to the pool in the else branch.
// The amount of pooled connections may thus exceed the capacity at times,
// or some connections might not end up returned into the pool and reused.
Expand Down

0 comments on commit 9aec365

Please sign in to comment.