From 43f1e9f765c2aa1844624fadd0dfb18b242b435e Mon Sep 17 00:00:00 2001 From: Layomi Akinrinade Date: Mon, 6 Jul 2020 00:48:23 -0700 Subject: [PATCH] Update JsonClassInfo.cs --- .../src/System/Text/Json/Serialization/JsonClassInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.cs index 22bc9e32bdaf..1644d6251184 100644 --- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.cs +++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonClassInfo.cs @@ -26,7 +26,7 @@ internal sealed partial class JsonClassInfo public JsonPropertyInfo? DataExtensionProperty { get; private set; } - // If enumerable, the JsonClassInfo for the element type. + // If an enumerable, the JsonClassInfo for the element type. private JsonClassInfo? _elementClassInfo; ///