Skip to content

Commit

Permalink
Tiny documentation fix.
Browse files Browse the repository at this point in the history
Closed summary tag before opening remarks tag
  • Loading branch information
mcavigelli committed May 29, 2019
1 parent c036953 commit 581e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Prism/Commands/DelegateCommandBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ protected virtual void OnCanExecuteChanged()
/// <summary>
/// Raises <see cref="CanExecuteChanged"/> so every command invoker
/// can requery to check if the command can execute.
/// <remarks>Note that this will trigger the execution of <see cref="CanExecuteChanged"/> once for each invoker.</remarks>
/// </summary>
/// <remarks>Note that this will trigger the execution of <see cref="CanExecuteChanged"/> once for each invoker.</remarks>
[SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate")]
public void RaiseCanExecuteChanged()
{
Expand Down

0 comments on commit 581e9d3

Please sign in to comment.