Skip to content

Commit f5587c7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Caching/UriAbsoluteCacheKey.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 cache key based on the request scheme, host, path and commands.
10+
/// Creates a cache key based on the request host, path and commands.
1111
/// </summary>
1212
public class UriAbsoluteCacheKey : ICacheKey
1313
{

0 commit comments

Comments
 (0)