Browse Source

Corrected comment

BaronGreenback 5 years ago
parent
commit
69ba385782
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Common/Extensions/HttpContextExtensions.cs

+ 0 - 1
MediaBrowser.Common/Extensions/HttpContextExtensions.cs

@@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Http;
 namespace MediaBrowser.Common.Extensions
 {
     /// <summary>
-    /// Extention to enable the service stack request to be stored in the HttpRequest object.
     /// Static class containing extension methods for <see cref="HttpContext"/>.
     /// </summary>
     public static class HttpContextExtensions