diff --git a/sdk/core/Azure.Core.TestFramework/src/RecordEntry.cs b/sdk/core/Azure.Core.TestFramework/src/RecordEntry.cs index 45130920ac25..dbf16dacf626 100644 --- a/sdk/core/Azure.Core.TestFramework/src/RecordEntry.cs +++ b/sdk/core/Azure.Core.TestFramework/src/RecordEntry.cs @@ -190,7 +190,7 @@ private void SerializeBody(Utf8JsonWriter jsonWriter, string name, byte[] reques // so if the root is an array we can't write it directly // fallback to generic string writing. Also, if the root is a string // we don't want to write it directly, as this would make matching - // not won't work in libraries that allow passing JSON as a string. + // not work in libraries that allow passing JSON as a string. if (document.RootElement.ValueKind != JsonValueKind.Array && document.RootElement.ValueKind != JsonValueKind.String) {