From fdcb40771a10d9b48db65dc92da20fa2fc12a821 Mon Sep 17 00:00:00 2001 From: Milosz Kukla Date: Tue, 14 Jul 2020 21:39:15 +0200 Subject: [PATCH] Update TypeDescriptionProvider.xml Fix an error --- xml/System.ComponentModel/TypeDescriptionProvider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.ComponentModel/TypeDescriptionProvider.xml b/xml/System.ComponentModel/TypeDescriptionProvider.xml index 4f6fba59984..d03da373364 100644 --- a/xml/System.ComponentModel/TypeDescriptionProvider.xml +++ b/xml/System.ComponentModel/TypeDescriptionProvider.xml @@ -222,7 +222,7 @@ ## Remarks The specified by the `provider` parameter is passed in by the method of the class. If `provider` is not `null`, the service provider can be used by the type description provider to obtain additional context about the creation call. - The method is `virtual` and, by default, returns the result of the method if `provider` is `null`. If `provider` is `null`, this method will invoke the method of the parent provider. + The method is `virtual` and, by default, returns the result of the method if `parent` is `null`. If `parent` is not `null`, this method will invoke the method of the parent provider. ]]>