Skip to content

Commit

Permalink
Merge pull request #91 from piotrstenke/patch-1
Browse files Browse the repository at this point in the history
Fix typos in PolyfillsGenerator.cs
  • Loading branch information
Sergio0694 authored Dec 18, 2023
2 parents 8759578 + e811138 commit a7a92a9
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 a7a92a9

Please sign in to comment.