Skip to content

Commit 07094c6

Browse files
committed
Clean up
1 parent 1f1ade9 commit 07094c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Grpc/JsonTranscoding/src/Microsoft.AspNetCore.Grpc.JsonTranscoding/GrpcJsonSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public sealed class GrpcJsonSettings
3939
/// </summary>
4040
/// <remarks>
4141
/// <para>
42-
/// The Protobuf JSON specification requires JSON property names to match field names exactly, including case.
43-
/// Enabling this option may reduce interoperability, as case-insensitive field matching might not be supported
42+
/// The Protobuf JSON specification requires JSON property names to match field names exactly, including case.
43+
/// Enabling this option may reduce interoperability, as case-insensitive field matching might not be supported
4444
/// by other JSON transcoding implementations.
4545
/// </para>
4646
/// <para>

0 commit comments

Comments
 (0)