Skip to content

Commit c4f4104

Browse files
committed
Typo
1 parent 7b11a14 commit c4f4104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utility/Json/Converters/BytesStringToBytesArrayJsonConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class BytesStringToArrayJsonConverter<TStruct> : JsonConverter<TStruct[]?
110110
return base64DecodedStructBuffer;
111111
}
112112

113-
// Lastly, try Base64Url.
113+
// Lastly, try Base64.
114114
if (Base64.IsValid(utf8SampleData))
115115
{
116116
// Alloc buffer

0 commit comments

Comments
 (0)