aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Extensions
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-01-16 23:23:06 +0100
committerGitHub <noreply@github.com>2020-01-16 23:23:06 +0100
commit686d1ff9fb68fbb4b05022bdd141d17f2f720515 (patch)
tree41bd8c447f5597f4b0d082f96d5dde72328fe4b6 /MediaBrowser.Model/Extensions
parent47d3337124ca83c72133b28b0a745971c797f3ae (diff)
Update StringHelper.cs
Diffstat (limited to 'MediaBrowser.Model/Extensions')
-rw-r--r--MediaBrowser.Model/Extensions/StringHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Extensions/StringHelper.cs b/MediaBrowser.Model/Extensions/StringHelper.cs
index a4ba4b069..586412054 100644
--- a/MediaBrowser.Model/Extensions/StringHelper.cs
+++ b/MediaBrowser.Model/Extensions/StringHelper.cs
@@ -9,7 +9,7 @@ namespace MediaBrowser.Model.Extensions
/// Returns the string with the first character as uppercase.
/// </summary>
/// <param name="str">The input string.</param>
- /// <returns>The string with the first character inheritdoc uppercase.</returns>
+ /// <returns>The string with the first character as uppercase.</returns>
public static string FirstToUpper(string str)
{
if (string.IsNullOrEmpty(str))