Update StringHelper.cs

This commit is contained in:
Bond-009 2020-01-16 23:22:42 +01:00 committed by GitHub
parent fdbb329118
commit 47d3337124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>