You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
27
27
public static class ComponentFactoriesExtensions
28
28
{
29
29
/// <summary>
30
-
/// Marks a component as a stub, so that a stub get is generated for it. The stub has the same name as the component, but with the suffix ""Stub"" added.
30
+
/// Marks a component, so that a stub get is generated for it. The stub has the same name as the component, but with the suffix ""Stub"" added.
31
31
/// </summary>
32
32
/// <typeparam name=""TComponent"">The type of component to generate a stub for.</typeparam>
0 commit comments