SideBar -> Sidebar

This commit is contained in:
Dean Herbert
2021-05-17 16:00:36 +09:00
parent 3e1b1c6c3e
commit 50e2b5a327
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ using System.Linq;
namespace osu.Game.Overlays.News.Sidebar
{
public class NewsSideBar : CompositeDrawable
public class NewsSidebar : CompositeDrawable
{
[Cached]
public readonly Bindable<APINewsSidebar> Metadata = new Bindable<APINewsSidebar>();