We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8759578 + e811138 commit a7a92a9Copy full SHA for a7a92a9
src/PolySharp.SourceGenerators/PolyfillsGenerator.cs
@@ -18,7 +18,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
18
context.AnalyzerConfigOptionsProvider
19
.Select(GetGenerationOptions);
20
21
- // Get the sequence of all avaailable types that could be generated
+ // Get the sequence of all available types that could be generated
22
IncrementalValuesProvider<AvailableType> availableTypes =
23
context.CompilationProvider
24
.SelectMany(GetAvailableTypes);
0 commit comments