removing stray < character from description.

This commit is contained in:
BaronGreenback 2020-06-22 12:14:31 +01:00
parent a25a233b75
commit ba3a9f7d46

View File

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