diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-02-04 12:05:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 12:05:14 +0100 |
| commit | c9e11c95ee11a718c176a9bae08865ab5ef6b323 (patch) | |
| tree | 1529114936d67f98b68cf047ee73d53888f96823 | |
| parent | 32dcd372f475f3609e4d085a37e7f766b4ecaab5 (diff) | |
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Controller/Entities/PersonInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs index 600c6f590..5a27cbe1a 100644 --- a/MediaBrowser.Controller/Entities/PersonInfo.cs +++ b/MediaBrowser.Controller/Entities/PersonInfo.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Entities public string Type { get; set; } /// <summary> - /// Gets or sets the sort order - ascending + /// Gets or sets the ascending sort order. /// </summary> /// <value>The sort order.</value> public int? SortOrder { get; set; } |
