Browse Source

Update MediaBrowser.Controller/Entities/PersonInfo.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 years ago
parent
commit
6a6472bb8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Entities/PersonInfo.cs

+ 1 - 1
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
     {