Browse Source

Merge pull request #2825 from mark-monteiro/fix-xml-doc

Fix misformed xml doc comment
Bond-009 5 years ago
parent
commit
c62c702ef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

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

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