Procházet zdrojové kódy

Fix misformed xml doc comment

Mark Monteiro před 5 roky
rodič
revize
64a255f090

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

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