소스 검색

Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
Bond-009 5 년 전
부모
커밋
0951dc632b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

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

@@ -5,7 +5,7 @@ namespace MediaBrowser.Controller.Entities
     public class InternalPeopleQuery
     {
         /// <summary>
-        /// Gets or sets the maximum of items the query should return.
+        /// Gets or sets the maximum number of items the query should return.
         /// <summary>
         public int Limit { get; set; }