Skip to content

Commit a7a92a9

Browse files
authored
Merge pull request #91 from piotrstenke/patch-1
Fix typos in PolyfillsGenerator.cs
2 parents 8759578 + e811138 commit a7a92a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PolySharp.SourceGenerators/PolyfillsGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
1818
context.AnalyzerConfigOptionsProvider
1919
.Select(GetGenerationOptions);
2020

21-
// Get the sequence of all avaailable types that could be generated
21+
// Get the sequence of all available types that could be generated
2222
IncrementalValuesProvider<AvailableType> availableTypes =
2323
context.CompilationProvider
2424
.SelectMany(GetAvailableTypes);

0 commit comments

Comments
 (0)