mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +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>
|
/// <summary>
|
||||||
/// Import one <see cref="TModel"/> from the filesystem and delete the file on success.
|
/// Import one <see cref="TModel"/> from the filesystem and delete the file on success.
|
||||||
/// </summary>
|
/// </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>
|
/// <returns>The imported model, if successful.</returns>
|
||||||
public TModel Import(string path)
|
public TModel Import(string path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user