Skip to content

Commit 277900c

Browse files
committed
Also update docs in other spot.
1 parent 72a4a98 commit 277900c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magick.NET/ResourceLimits.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ public static void LimitMemory(Percentage percentage)
230230
}
231231

232232
/// <summary>
233-
/// Set the maximum percentage of memory that can be used for image data. This also changes
234-
/// the <see cref="Area"/> limit to four times the number of bytes.
233+
/// Set the maximum percentage of <see cref="Memory"/> that can be used for image data.
234+
/// This also changes the <see cref="Area"/> limit to four times the number of bytes.
235235
/// </summary>
236236
/// <param name="percentage">The percentage to use.</param>
237237
void IResourceLimits.LimitMemory(Percentage percentage)

0 commit comments

Comments
 (0)