diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-10 23:00:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 23:00:47 +0200 |
| commit | c62c702ef95ca6f684bf2d3b560778eea1e54044 (patch) | |
| tree | 11ab0b5ef3c485b062ebea8ecc2701544d7b7c5a | |
| parent | 79f39f7336646758f1797f6fa8c1f7e16c59dfdf (diff) | |
| parent | 64a255f0905153940f5896d83dd33c9aa426bcdf (diff) | |
Merge pull request #2825 from mark-monteiro/fix-xml-doc
Fix misformed xml doc comment
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalPeopleQuery.cs | 2 |
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; } |
