We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6627a82 commit 6c9c303Copy full SHA for 6c9c303
dotnet/src/webdriver/BiDi/Communication/Json/Converters/BiDiDoubleConverter.cs
@@ -24,7 +24,7 @@
24
namespace OpenQA.Selenium.BiDi.Communication.Json.Converters
25
{
26
/// <summary>
27
- /// Serializes and deserializes <see cref="Double"/> into a
+ /// 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>
30
internal sealed class BiDiDoubleConverter : JsonConverter<double>
0 commit comments