Fix comment

This commit is contained in:
Vasily 2020-03-05 20:52:00 +03:00
parent 55b429e5e8
commit 216e425cc5

View File

@ -14,7 +14,7 @@ namespace Jellyfin.Server.Migrations
public abstract string Name { get; } public abstract string Name { get; }
/// <summary> /// <summary>
/// Execute the migration from version "from". /// Execute the migration routine.
/// </summary> /// </summary>
/// <param name="host">Host that hosts current version.</param> /// <param name="host">Host that hosts current version.</param>
/// <param name="logger">Host logger.</param> /// <param name="logger">Host logger.</param>