diff --git a/osu.Game/Database/ArchiveModelManager.cs b/osu.Game/Database/ArchiveModelManager.cs index 902a42c172..a65593ff82 100644 --- a/osu.Game/Database/ArchiveModelManager.cs +++ b/osu.Game/Database/ArchiveModelManager.cs @@ -304,8 +304,8 @@ namespace osu.Game.Database /// Create a barebones model from the provided archive. /// Actual expensive population should be done in ; this should just prepare for duplicate checking. /// - /// - /// + /// The archive to create the model for. + /// A model populated with minimal information. protected abstract TModel CreateModel(ArchiveReader archive); ///