Skip to content

Commit b48e37f

Browse files
Arlodotexe0x5bfa
andauthored
Update components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Extensions/ITypeSymbolExtensions.cs
Co-authored-by: 0x5BFA <[email protected]>
1 parent d40bee5 commit b48e37f

File tree

1 file changed

+1
-1
lines changed
  • components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Extensions

1 file changed

+1
-1
lines changed

components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Extensions/ITypeSymbolExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static void BuildFrom(ISymbol? symbol, ref readonly ImmutableArrayBuilder<char>
106106
builder.AddRange(symbol.MetadataName.AsSpan());
107107
break;
108108

109-
// Other namespaces (ie. the one right before global) skip the leading '.'
109+
// Other namespaces (i.e. the one right before global) skip the leading '.'
110110
case INamespaceSymbol { IsGlobalNamespace: false }:
111111
builder.AddRange(symbol.MetadataName.AsSpan());
112112
break;

0 commit comments

Comments
 (0)