Skip to content

Commit 9b76121

Browse files
committed
Work around AI limitations
1 parent 02b6b3d commit 9b76121

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dotnet/src/webdriver/BiDi/Communication/Json/Converters/SpecialNumberConverter.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323

2424
namespace OpenQA.Selenium.BiDi.Communication.Json.Converters;
2525

26-
/// <summary>
27-
/// Serializes and deserializes <see cref="double"/> into a
28-
/// <see href="https://w3c.github.io/webdriver-bidi/#type-script-PrimitiveProtocolValue">BiDi spec-compliant number value</see>.
29-
/// </summary>
26+
// Serializes and deserializes double into a BiDi spec-compliant number value.
27+
// See https://w3c.github.io/webdriver-bidi/#type-script-PrimitiveProtocolValue
3028
internal sealed class SpecialNumberConverter : JsonConverter<double>
3129
{
3230
public override double Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

0 commit comments

Comments
 (0)