This commit is contained in:
cdwcgt
2023-02-26 15:28:43 +09:00
parent e8092bff46
commit 1d5c87039e

View File

@ -121,7 +121,7 @@ namespace osu.Game.Database
/// <summary>
/// Export model to stream.
/// </summary>
/// <param name="model">The medel which have <see cref="IHasGuidPrimaryKey"/>.</param>
/// <param name="model">The model which have <see cref="IHasGuidPrimaryKey"/>.</param>
/// <param name="stream">The stream to export.</param>
/// <param name="notification">The notification will displayed to the user</param>
/// <param name="cancellationToken">The Cancellation token that can cancel the exporting.</param>