Skip to content

Commit db81bea

Browse files
authored
Merge pull request #53 from pjanck/patch-1
Update SourceGeneratorHoistBase.cs
2 parents 7c32e28 + 3c9f47d commit db81bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceGenerator.Foundations/Templates/SourceGeneratorHoistBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace {{@namespace}}
2525
{
2626
/// <summary>
2727
/// Provides logic for hooking into the app domain to resolve assemblies as well
28-
// as capture exceptions and handle shutdown events
28+
/// as capture exceptions and handle shutdown events
2929
/// </summary>
3030
internal abstract class SourceGeneratorHoist
3131
{

0 commit comments

Comments
 (0)