Skip to content

Commit a509f47

Browse files
committed
Fix typo
1 parent f15b860 commit a509f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Utils/Json/CustomizableJsonStringEnumConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// NOTE:
88
// This is a temporary workaround for lack of System.Text.Json's JsonStringEnumConverter<T>
99
// 9.x support for JsonStringEnumMemberNameAttribute. Once all builds use the System.Text.Json 9.x
10-
// version, this whoe file can be removed.
10+
// version, this whole file can be removed.
1111

1212
namespace System.Text.Json.Serialization;
1313

0 commit comments

Comments
 (0)