aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 79b4d9444..dfa581671 100644
--- a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
@@ -5,7 +5,7 @@ namespace MediaBrowser.Controller.Entities
public class InternalPeopleQuery
{
/// <summary>
- /// Gets or sets the maximum of items the query should return.
+ /// Gets or sets the maximum number of items the query should return.
/// <summary>
public int Limit { get; set; }