Skip to content

Commit fdcdf98

Browse files
Update src/ImageSharp.Web/Commands/PresetOnlyQueryCollectionRequestParser.cs
1 parent ac810ae commit fdcdf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/Commands/PresetOnlyQueryCollectionRequestParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class PresetOnlyQueryCollectionRequestParser : IRequestParser
1919
private readonly IDictionary<string, IDictionary<string, string>> presets;
2020

2121
/// <summary>
22-
/// The key of the preset query param.
22+
/// The command constant for the preset query parameter.
2323
/// </summary>
2424
public const string QueryKey = "preset";
2525

0 commit comments

Comments
 (0)