Pārlūkot izejas kodu

Update StringHelper.cs

Bond-009 5 gadi atpakaļ
vecāks
revīzija
47d3337124
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      MediaBrowser.Model/Extensions/StringHelper.cs

+ 1 - 1
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>