Skip to content

Commit

Permalink
Fix typos in PolyfillsGenerator.cs
Browse files Browse the repository at this point in the history
- Fixed some typos in comments
  • Loading branch information
piotrstenke authored and Sergio0694 committed Dec 18, 2023
1 parent 8759578 commit e811138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PolySharp.SourceGenerators/PolyfillsGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
context.AnalyzerConfigOptionsProvider
.Select(GetGenerationOptions);

// Get the sequence of all avaailable types that could be generated
// Get the sequence of all available types that could be generated
IncrementalValuesProvider<AvailableType> availableTypes =
context.CompilationProvider
.SelectMany(GetAvailableTypes);
Expand Down

0 comments on commit e811138

Please sign in to comment.