From c2297b0c3bcea99baa8fd061c59e67f080292da0 Mon Sep 17 00:00:00 2001 From: Aergwyn Date: Tue, 29 Jan 2019 23:04:48 +0900 Subject: [PATCH] Fix incorrect param doc Co-Authored-By: peppy --- osu.Game/Database/ArchiveModelManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Database/ArchiveModelManager.cs b/osu.Game/Database/ArchiveModelManager.cs index e0ebbe209d..6bf9e2ff37 100644 --- a/osu.Game/Database/ArchiveModelManager.cs +++ b/osu.Game/Database/ArchiveModelManager.cs @@ -182,7 +182,7 @@ namespace osu.Game.Database /// /// Import one from the filesystem and delete the file on success. /// - /// The archive location on disk. + /// The archive location on disk. /// The imported model, if successful. public TModel Import(string path) {