diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-04 00:21:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 00:21:54 +0200 |
| commit | 0951dc632bf033ddd07462e0c6958e84e6d24627 (patch) | |
| tree | 54464dab3173f5740e18d1815fac451d850036c2 | |
| parent | 91b17e72894c2b078d13c88a6a73ba7935d38c06 (diff) | |
Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
| -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 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; } |
