Skip to content

Commit 5e03ac4

Browse files
agockestephentoub
andauthored
Update samples/QuickstartWeatherServer/Tools/HttpClientExt.cs
Co-authored-by: Stephen Toub <[email protected]>
1 parent 49dee53 commit 5e03ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/QuickstartWeatherServer/Tools/HttpClientExt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace ModelContextProtocol;
55

6-
internal static class HttpClientExt
6+
internal static class HttpClientExtensions
77
{
88
public static async Task<JsonDocument> ReadJsonDocument(this HttpClient client, string requestUri)
99
{

0 commit comments

Comments
 (0)