Skip to content

Commit 9233fa3

Browse files
authored
Insert missing space in XML documentation (#78361)
1 parent 624361d commit 9233fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/Core/Portable/SourceGeneration/Nodes/SyntaxValueProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ internal SyntaxValueProvider(
3737
/// </summary>
3838
/// <typeparam name="T">The type of the value the syntax node is transformed into</typeparam>
3939
/// <param name="predicate">A function that determines if the given <see cref="SyntaxNode"/> should be transformed</param>
40-
/// <param name="transform">A function that performs the transform, when <paramref name="predicate"/>returns <c>true</c> for a given node</param>
40+
/// <param name="transform">A function that performs the transform, when <paramref name="predicate"/> returns <c>true</c> for a given node</param>
4141
/// <returns>An <see cref="IncrementalValueProvider{T}"/> that provides the results of the transformation</returns>
4242
public IncrementalValuesProvider<T> CreateSyntaxProvider<T>(Func<SyntaxNode, CancellationToken, bool> predicate, Func<GeneratorSyntaxContext, CancellationToken, T> transform)
4343
{

0 commit comments

Comments
 (0)