Skip to content

Commit eac3ea4

Browse files
Fix return documentation to reference correct class names
- Fixed JsonArray.xml to reference JsonArray instead of JsonValue - Fixed JsonObject.xml to reference JsonObject instead of JsonValue Co-authored-by: GrantMeStrength <1928855+GrantMeStrength@users.noreply.github.com>
1 parent 034505b commit eac3ea4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

winrt-api-build/xml/Windows.Data.Json/JsonArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<param name="input">The specified string.</param>
2020
<param name="result">The new JsonArray object.</param>
2121
<summary>Parses the provided string into a JsonArray.</summary>
22-
<returns>True if the JsonValue object was successfully created; otherwise, false.</returns>
22+
<returns>True if the JsonArray object was successfully created; otherwise, false.</returns>
2323
</Docs>
2424
</Member>
2525
</Members>

winrt-api-build/xml/Windows.Data.Json/JsonObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<param name="input">The specified JSON string.</param>
2020
<param name="result">The resultant JsonObject.</param>
2121
<summary>Parses the specified string that represents a JSON object into a JsonObject.</summary>
22-
<returns>True if the JsonValue object was successfully created; otherwise, false.</returns>
22+
<returns>True if the JsonObject object was successfully created; otherwise, false.</returns>
2323
</Docs>
2424
</Member>
2525
</Members>

0 commit comments

Comments
 (0)