aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-02-04 12:28:16 +0100
committerGitHub <noreply@github.com>2020-02-04 12:28:16 +0100
commit6a6472bb8a9731e4fc9d69be6b6a398aaf99477d (patch)
treef3bf08f21ffb26ae53cac22c6c4ae66ddc56968e
parentc9e11c95ee11a718c176a9bae08865ab5ef6b323 (diff)
Update MediaBrowser.Controller/Entities/PersonInfo.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
-rw-r--r--MediaBrowser.Controller/Entities/PersonInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs
index 5a27cbe1a..e90c55a8a 100644
--- a/MediaBrowser.Controller/Entities/PersonInfo.cs
+++ b/MediaBrowser.Controller/Entities/PersonInfo.cs
@@ -6,7 +6,7 @@ using MediaBrowser.Model.Entities;
namespace MediaBrowser.Controller.Entities
{
/// <summary>
- /// This is the small Person stub that is attached to BaseItems
+ /// This is a small Person stub that is attached to BaseItems.
/// </summary>
public sealed class PersonInfo : IHasProviderIds
{