Skip to content

Commit 5b5c3f3

Browse files
authored
Modify the path error in the comment. (#22168)
1 parent a6e4eff commit 5b5c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/ComponentBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Components
1010
// IMPORTANT
1111
//
1212
// Many of these names are used in code generation. Keep these in sync with the code generation code
13-
// See: src/Microsoft.AspNetCore.Components.Razor.Extensions/ComponentsApi.cs
13+
// See: src/Components/Analyzers/src/ComponentsApi.cs
1414

1515
// Most of the developer-facing component lifecycle concepts are encapsulated in this
1616
// base class. The core components rendering system doesn't know about them (it only knows

0 commit comments

Comments
 (0)