diff --git a/Source/Prism/Commands/DelegateCommandBase.cs b/Source/Prism/Commands/DelegateCommandBase.cs index 441bb1bc8..f094d1498 100644 --- a/Source/Prism/Commands/DelegateCommandBase.cs +++ b/Source/Prism/Commands/DelegateCommandBase.cs @@ -51,8 +51,8 @@ protected virtual void OnCanExecuteChanged() /// /// Raises so every command invoker /// can requery to check if the command can execute. - /// Note that this will trigger the execution of once for each invoker. /// + /// Note that this will trigger the execution of once for each invoker. [SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate")] public void RaiseCanExecuteChanged() {