瀏覽代碼

Update StringHelper.cs

Bond-009 5 年之前
父節點
當前提交
686d1ff9fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Extensions/StringHelper.cs

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