From 5b5c3f3934fdb657131aeea02bb59f4fe1a753a3 Mon Sep 17 00:00:00 2001 From: lark Date: Thu, 28 May 2020 00:52:01 +0800 Subject: [PATCH] Modify the path error in the comment. (#22168) --- src/Components/Components/src/ComponentBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Components/src/ComponentBase.cs b/src/Components/Components/src/ComponentBase.cs index d4b38db345..e8f2a5ac88 100644 --- a/src/Components/Components/src/ComponentBase.cs +++ b/src/Components/Components/src/ComponentBase.cs @@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Components // IMPORTANT // // Many of these names are used in code generation. Keep these in sync with the code generation code - // See: src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentsApi.cs + // See: src/Components/Analyzers/src/ComponentsApi.cs // Most of the developer-facing component lifecycle concepts are encapsulated in this // base class. The core components rendering system doesn't know about them (it only knows