diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-06-22 12:14:31 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-06-22 12:14:31 +0100 |
| commit | ba3a9f7d466a84040b53399fbc3ae1673b7466ac (patch) | |
| tree | c77e44f8a8c09e904b3022068feedd6da6a6d2f8 | |
| parent | a25a233b75df380d87f1fdca8738b32938095ab4 (diff) | |
removing stray < character from description.
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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) { |
