From d9e47be697bcd3cf776a1c83bf9c10a8e9905276 Mon Sep 17 00:00:00 2001 From: Biao Li Date: Fri, 20 Jul 2018 14:23:18 -0700 Subject: [PATCH] Address CR comments. --- .../JsonLight/ODataJsonLightContextUriParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs b/src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs index 07e32a4b7d..d52c240e3a 100644 --- a/src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs +++ b/src/Microsoft.OData.Core/JsonLight/ODataJsonLightContextUriParser.cs @@ -65,7 +65,7 @@ private ODataJsonLightContextUriParser(IEdmModel model, Uri contextUriFromPayloa /// Whether the fragment after $metadata should be parsed, if set to false, only MetadataDocumentUri is parsed. /// Whether to throw if a type specified in the ContextUri is not found in metadata. /// Optional value (with default value of null) of base Uri used for resolving the context url. - /// It should be a non-null value when resolving a top-level relative context Uri. + /// It should be a non-null value when resolving relative context Uri. /// /// The result from parsing the context URI. internal static ODataJsonLightContextUriParseResult Parse(