Skip to content

Commit 21ab435

Browse files
Fix typo (#15038)
1 parent 8fe51f0 commit 21ab435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/Azure.Core.TestFramework/src/RecordEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private void SerializeBody(Utf8JsonWriter jsonWriter, string name, byte[] reques
190190
// so if the root is an array we can't write it directly
191191
// fallback to generic string writing. Also, if the root is a string
192192
// we don't want to write it directly, as this would make matching
193-
// not won't work in libraries that allow passing JSON as a string.
193+
// not work in libraries that allow passing JSON as a string.
194194
if (document.RootElement.ValueKind != JsonValueKind.Array &&
195195
document.RootElement.ValueKind != JsonValueKind.String)
196196
{

0 commit comments

Comments
 (0)