aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-04-10 23:00:47 +0200
committerGitHub <noreply@github.com>2020-04-10 23:00:47 +0200
commitc62c702ef95ca6f684bf2d3b560778eea1e54044 (patch)
tree11ab0b5ef3c485b062ebea8ecc2701544d7b7c5a
parent79f39f7336646758f1797f6fa8c1f7e16c59dfdf (diff)
parent64a255f0905153940f5896d83dd33c9aa426bcdf (diff)
Merge pull request #2825 from mark-monteiro/fix-xml-doc
Fix misformed xml doc comment
-rw-r--r--MediaBrowser.Controller/Entities/InternalPeopleQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
index dfa581671..011975dd2 100644
--- a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
+++ b/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; }