1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix incorrect param doc

Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
Aergwyn 2019-01-29 23:04:48 +09:00 committed by GitHub
parent baea9691cc
commit c2297b0c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ namespace osu.Game.Database
/// <summary>
/// Import one <see cref="TModel"/> from the filesystem and delete the file on success.
/// </summary>
/// <param name="paths">The archive location on disk.</param>
/// <param name="path">The archive location on disk.</param>
/// <returns>The imported model, if successful.</returns>
public TModel Import(string path)
{