File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Grpc/JsonTranscoding/src/Microsoft.AspNetCore.Grpc.JsonTranscoding Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments