mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 15:02:54 +08:00
Fix typo in IModelImporter
's xmldoc
This commit is contained in:
parent
6b35ccae95
commit
c7675be3ef
@ -10,7 +10,7 @@ using osu.Game.Overlays.Notifications;
|
|||||||
namespace osu.Game.Database
|
namespace osu.Game.Database
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A class which handles importing of asociated models to the game store.
|
/// A class which handles importing of associated models to the game store.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TModel">The model type.</typeparam>
|
/// <typeparam name="TModel">The model type.</typeparam>
|
||||||
public interface IModelImporter<TModel> : IPostNotifications
|
public interface IModelImporter<TModel> : IPostNotifications
|
||||||
|
Loading…
Reference in New Issue
Block a user