Skip to content

Commit 5c0cbd2

Browse files
author
Todd
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 360c15d + 93f5668 commit 5c0cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flurl.Http/Configuration/FlurlClientCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public virtual IFlurlClient Get(string name) {
8585
throw new ArgumentException($"A client named '{name}' was not found. Either preconfigure the client using Add (typically at startup), or use GetOrAdd to add/configure one on demand when needed.");
8686

8787
if (cli.Value.IsDisposed)
88-
throw new Exception($"A client named '{name}' was not found but has been disposed and cannot be reused.");
88+
throw new Exception($"A client named '{name}' was found but has been disposed and cannot be reused.");
8989

9090
return cli.Value;
9191
}

0 commit comments

Comments
 (0)