Skip to content

Commit

Permalink
Merge pull request #667 from MafuJosh/patch-1
Browse files Browse the repository at this point in the history
minor typo fix in comment
  • Loading branch information
nigel-sampson authored Feb 21, 2020
2 parents 650a67c + fe42ae6 commit b315e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caliburn.Micro.Core/PropertyChangedBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected void OnPropertyChanged(PropertyChangedEventArgs e)
protected virtual void OnUIThread(System.Action action) => action.OnUIThread();

/// <summary>
/// Sets a backing field value and if it's changed raise a notifcation.
/// Sets a backing field value and if it's changed raise a notification.
/// </summary>
/// <typeparam name="T">The type of the value being set.</typeparam>
/// <param name="oldValue">A reference to the field to update.</param>
Expand Down

0 comments on commit b315e32

Please sign in to comment.