aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-22 12:14:31 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-22 12:14:31 +0100
commitba3a9f7d466a84040b53399fbc3ae1673b7466ac (patch)
treec77e44f8a8c09e904b3022068feedd6da6a6d2f8
parenta25a233b75df380d87f1fdca8738b32938095ab4 (diff)
removing stray < character from description.
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 9d452250d..ae6a82e8b 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1009,7 +1009,7 @@ namespace Emby.Server.Implementations
protected abstract void RestartInternal();
/// <summary>
- /// Comparison function used in <<see cref="GetLatestDLLVersion" />.
+ /// Comparison function used in <see cref="GetLatestDLLVersion" />.
/// </summary>
private static int VersionCompare(Tuple<Version, string, string> a, Tuple<Version, string, string> b)
{