Browse Source

Update MediaBrowser.Controller/Entities/PersonInfo.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 năm trước cách đây
mục cha
commit
6a6472bb8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     {