Skip to content

Commit

Permalink
Corrected comment reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 15, 2023
1 parent 62b9ff9 commit 96c1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.NET/Drawables/DrawableFillPatternUrl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace ImageMagick;
/// <summary>
/// Sets the URL to use as a fill pattern for filling objects. Only local URLs("#identifier") are
/// supported at this time. These local URLs are normally created by defining a named fill pattern
/// with DrawablePushPattern/DrawablePopPattern.
/// with <see cref="DrawablePushPattern"/>/<see cref="DrawablePopPattern"/>.
/// </summary>
public sealed class DrawableFillPatternUrl : IDrawable, IDrawingWand
{
Expand Down

0 comments on commit 96c1434

Please sign in to comment.