Fix doc comment typo in JsonSerializerOptions.cs (#48590)
authorEric Mutta <eric.mutta@gmail.com>
Mon, 22 Feb 2021 13:54:03 +0000 (16:54 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 13:54:03 +0000 (13:54 +0000)
commit8c88d1d9a1a14feb2edabffe5a1149cc92a834cc
tree2e0d2a0cd787deb8ef8010f33d7c5ed18cbfbcc0
parent5b5ac99749356f9d89a8646d89b4520066b6ef1a
Fix doc comment typo in JsonSerializerOptions.cs (#48590)

The following sentence in the doc comments for the `IgnoreReadOnlyFields` member:

> A property is read-only if it isn't marked with the <c>readonly</c> keyword.

Should read:

> A field is read-only if it is marked with the <c>readonly</c> keyword.
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs