Skip to content

Commit 423f632

Browse files
Update xml/System.Text.Json/JsonSerializerOptions.xml
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent dbe550b commit 423f632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
12231223
in combination with the closely related <see cref="P:System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations" /> property.
12241224
</para>
12251225
</remarks>
1226-
<exception cref="T:System.InvalidOperationException">Thrown if this property is set after serialization or deserialization has occurred.</exception>
1226+
<exception cref="T:System.InvalidOperationException">This property is set after serialization or deserialization has occurred.</exception>
12271227
</Docs>
12281228
</Member>
12291229
<Member MemberName="TryGetTypeInfo">

0 commit comments

Comments
 (0)