From 93ddbbf9dbde201621a50e9e1f5ca7cb65b90f0b Mon Sep 17 00:00:00 2001 From: Paul Buonopane Date: Wed, 10 Apr 2019 10:10:36 -0400 Subject: [PATCH] Fix docs on System.Text.Json.JsonElement.GetString Commit migrated from https://github.com/dotnet/corefx/commit/ffd0ae699611a7b172408ebd96b52f6eec0ebe67 --- .../System.Text.Json/src/System/Text/Json/Document/JsonElement.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs index 1c780a5..c6b288e 100644 --- a/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs +++ b/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs @@ -338,9 +338,9 @@ namespace System.Text.Json /// /// This method does not create a string representation of values other than JSON strings. /// - /// The value of the element as a . + /// The value of the element as a . /// - /// This value's is not . + /// This value's is neither nor . /// /// /// The parent has been disposed. -- 2.7.4