diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-01-16 23:22:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-16 23:22:42 +0100 |
| commit | 47d3337124ca83c72133b28b0a745971c797f3ae (patch) | |
| tree | 08e7f099c76b22fad6d3af7c9eb701e6e3049bbb /MediaBrowser.Model/Extensions | |
| parent | fdbb32911835b5ed8e39f518ccc20b0a26bd8bab (diff) | |
Update StringHelper.cs
Diffstat (limited to 'MediaBrowser.Model/Extensions')
| -rw-r--r-- | MediaBrowser.Model/Extensions/StringHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Extensions/StringHelper.cs b/MediaBrowser.Model/Extensions/StringHelper.cs index 9ce1cf79f..a4ba4b069 100644 --- a/MediaBrowser.Model/Extensions/StringHelper.cs +++ b/MediaBrowser.Model/Extensions/StringHelper.cs @@ -6,7 +6,7 @@ namespace MediaBrowser.Model.Extensions public static class StringHelper { /// <summary> - /// Returns the string with the first character inheritdoc uppercase. + /// 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> |
