Fix misformed xml doc comment

This commit is contained in:
Mark Monteiro 2020-04-10 15:02:54 -04:00
parent 79f39f7336
commit 64a255f090

View File

@ -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; }