diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-10 15:02:54 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-10 15:02:54 -0400 |
| commit | 64a255f0905153940f5896d83dd33c9aa426bcdf (patch) | |
| tree | 11ab0b5ef3c485b062ebea8ecc2701544d7b7c5a /MediaBrowser.Controller/Entities/InternalPeopleQuery.cs | |
| parent | 79f39f7336646758f1797f6fa8c1f7e16c59dfdf (diff) | |
Fix misformed xml doc comment
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalPeopleQuery.cs')
| -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; } |
