Skip to content

Commit

Permalink
JsonDocument documenation fix (dotnet/corefx#40994)
Browse files Browse the repository at this point in the history
* JsonDocument documenation fix

* comma added

Co-Authored-By: Ahson Khan <[email protected]>


Commit migrated from dotnet/corefx@0354194
  • Loading branch information
kasiabulat authored Sep 11, 2019
1 parent 48b6339 commit 347234c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
namespace System.Text.Json
{
/// <summary>
/// Provides a mechanism for examining the structural content of a JSON value without
/// automatically instantiating data values.
/// Represents the structure of a JSON value in a lightweight, read-only form.
/// </summary>
/// <remarks>
/// This class utilizes resources from pooled memory to minimize the garbage collector (GC)
Expand Down

0 comments on commit 347234c

Please sign in to comment.