mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Childs -> Children
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
return WebUtility.HtmlDecode(Regex.Replace(MessageHtml, @"<(.|\n)*?>", string.Empty));
|
||||
}
|
||||
|
||||
public int GetDeletedChildsCount()
|
||||
public int GetDeletedChildrenCount()
|
||||
{
|
||||
int count = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user