mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix incorrect param doc
Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
parent
baea9691cc
commit
c2297b0c3b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user