Skip to content

Commit 72a4a98

Browse files
committed
Minor doc tweak to make it more clear that Memory is set.
1 parent ec29c82 commit 72a4a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magick.NET.Core/IResourceLimits.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public interface IResourceLimits
7070
ulong Width { get; set; }
7171

7272
/// <summary>
73-
/// Set the maximum percentage of memory that can be used for image data. This also changes
74-
/// the <see cref="Area"/> limit to four times the number of bytes.
73+
/// Set the maximum percentage of <see cref="Memory"/> that can be used for image data.
74+
/// This also changes the <see cref="Area"/> limit to four times the number of bytes.
7575
/// </summary>
7676
/// <param name="percentage">The percentage to use.</param>
7777
void LimitMemory(Percentage percentage);

0 commit comments

Comments
 (0)