Skip to content

Commit befaa88

Browse files
committed
PR feedback
1 parent 9cc5dfb commit befaa88

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
@@ -34,13 +34,13 @@ public sealed class GrpcJsonSettings
3434
public bool WriteIndented { get; set; }
3535

3636
/// <summary>
37-
/// Gets or sets a value that indicates whether field names are compared using case-insensitive matching during deserialization.
37+
/// Gets or sets a value that indicates whether property names are compared using case-insensitive matching during deserialization.
3838
/// The default value is <see langword="false"/>.
3939
/// </summary>
4040
/// <remarks>
4141
/// <para>
4242
/// The Protobuf JSON specification requires JSON property names to match message field names exactly, including case.
43-
/// Enabling this option may reduce interoperability, as case-insensitive field matching might not be supported
43+
/// Enabling this option may reduce interoperability, as case-insensitive property matching might not be supported
4444
/// by other JSON transcoding implementations.
4545
/// </para>
4646
/// <para>

0 commit comments

Comments
 (0)