Skip to content

Commit 1a0f6e3

Browse files
Update src/ImageSharp.Web/Caching/UriAbsoluteCaseInsensitiveCacheKey.cs
Co-authored-by: Ronald Barendse <ronald@barend.se>
1 parent f5587c7 commit 1a0f6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Caching/UriAbsoluteCaseInsensitiveCacheKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace SixLabors.ImageSharp.Web.Caching
88
{
99
/// <summary>
10-
/// Creates a case insensitive cache key based on the request scheme, host, path and commands.
10+
/// Creates a case insensitive cache key based on the request host, path and commands.
1111
/// </summary>
1212
public class UriAbsoluteCaseInsensitiveCacheKey : ICacheKey
1313
{

0 commit comments

Comments
 (0)