Skip to content

Commit

Permalink
Fix typo in XML doc for GeneratorExtensions (#58020)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang authored Nov 30, 2021
1 parent 76fcdfd commit 68c796b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Type GetGeneratorType(this ISourceGenerator generator)
}

/// <summary>
/// Converts an <see cref="IIncrementalGenerator"/> in an <see cref="ISourceGenerator"/> object that can be used when constructing a <see cref="GeneratorDriver"/>
/// Converts an <see cref="IIncrementalGenerator"/> into an <see cref="ISourceGenerator"/> object that can be used when constructing a <see cref="GeneratorDriver"/>
/// </summary>
/// <param name="incrementalGenerator">The incremental generator to wrap</param>
/// <returns>A wrapped generator that can be passed to a generator driver</returns>
Expand Down

0 comments on commit 68c796b

Please sign in to comment.