Browse Source

removing stray < character from description.

BaronGreenback 5 năm trước cách đây
mục cha
commit
ba3a9f7d46

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -1009,7 +1009,7 @@ namespace Emby.Server.Implementations
         protected abstract void RestartInternal();
         protected abstract void RestartInternal();
 
 
         /// <summary>
         /// <summary>
-        /// Comparison function used in <<see cref="GetLatestDLLVersion" />.
+        /// Comparison function used in <see cref="GetLatestDLLVersion" />.
         /// </summary>
         /// </summary>
         private static int VersionCompare(Tuple<Version, string, string> a, Tuple<Version, string, string> b)
         private static int VersionCompare(Tuple<Version, string, string> a, Tuple<Version, string, string> b)
         {
         {