diff options
| -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) { |
