소스 검색

Apply suggestions from code review

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 년 전
부모
커밋
c9e11c95ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Controller/Entities/PersonInfo.cs

+ 1 - 1
MediaBrowser.Controller/Entities/PersonInfo.cs

@@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Entities
         public string Type { get; set; }
 
         /// <summary>
-        /// Gets or sets the sort order - ascending
+        /// Gets or sets the ascending sort order.
         /// </summary>
         /// <value>The sort order.</value>
         public int? SortOrder { get; set; }