浏览代码

Fix comment

Vasily 5 年之前
父节点
当前提交
216e425cc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jellyfin.Server/Migrations/IUpdater.cs

+ 1 - 1
Jellyfin.Server/Migrations/IUpdater.cs

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