Fix typo in comment

This commit is contained in:
Dean Herbert 2019-01-23 17:14:08 +09:00 committed by GitHub
parent bb56c4a1a7
commit 4180ca75bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ protected override void OnResuming(Screen last)
protected virtual void InitializeBackgroundElements() => UpdateBackgroundElements();
/// <summary>
/// Called wen background elements require updates, usually due to a user changing a setting.
/// Called when background elements require updates, usually due to a user changing a setting.
/// </summary>
/// <param name="userChange"></param>
protected virtual void UpdateBackgroundElements()