Merge pull request #8944 from TheBicPen/master

Fix typo and add spaces to comments
This commit is contained in:
Dean Herbert
2020-05-05 13:56:57 +09:00
committed by GitHub
49 changed files with 93 additions and 93 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Online.Chat
/// </summary>
public event Action<Message> MessageRemoved;
public bool ReadOnly => false; //todo not yet used.
public bool ReadOnly => false; // todo: not yet used.
public override string ToString() => Name;