You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonSerializer.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
591
591
<paramname="value">The value to convert.</param>
592
592
<paramname="options">Options to control serialization behavior.</param>
593
593
<paramname="cancellationToken">A token that may be used to cancel the write operation.</param>
594
-
<summary>Asynchronously converts a value of a type specified by a generic type parametaer to UTF-8 encoded JSON text and writes it to a stream.</summary>
594
+
<summary>Asynchronously converts a value of a type specified by a generic type parameter to UTF-8 encoded JSON text and writes it to a stream.</summary>
595
595
<returns>A task that represents the asynchronous write operation.</returns>
596
596
<remarks>To be added.</remarks>
597
597
</Docs>
@@ -649,7 +649,7 @@ The <xref:System.Text.Json.JsonWriterOptions> used to create the instance of the
649
649
<typeparamname="TValue">The type of the value.</typeparam>
650
650
<paramname="value">The value to convert.</param>
651
651
<paramname="options">Options to control the conversion behavior.</param>
652
-
<summary>Converts the value of a type specifed by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
652
+
<summary>Converts the value of a type specified by a generic type parameter into a JSON string, encoded as UTF-8 bytes.</summary>
653
653
<returns>A JSON string representation of the value, encoded as UTF-8 bytes.</returns>
0 commit comments