소스 검색

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>