Skip to content

Commit 3c9f47d

Browse files
authored
Update SourceGeneratorHoistBase.cs
Presumably removes warnings: - warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' - warning CS1570: XML comment has badly formed XML -- 'End tag was not expected at this location.'
1 parent 7c32e28 commit 3c9f47d

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)