Skip to content

Commit

Permalink
Fix summary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 11, 2024
1 parent 10774a0 commit e53f27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Base/Data/Converters/FuncValueConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class FuncValueConverter<TIn, TParam, TOut> : IValueConverter
private readonly Func<TIn?, TParam?, TOut> _convert;

/// <summary>
/// Initializes a new instance of the <see cref="FuncValueConverter{TIn, TOut}"/> class.
/// Initializes a new instance of the <see cref="FuncValueConverter{TIn, TParam, TOut}"/> class.
/// </summary>
/// <param name="convert">The convert function.</param>
public FuncValueConverter(Func<TIn?, TParam?, TOut> convert)
Expand Down

0 comments on commit e53f27b

Please sign in to comment.