From 425fb918db5fed4ba33a739dc6a3b48cc8d187dc Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Tue, 28 Jan 2025 02:04:03 +0100 Subject: [PATCH] Fix incomplete sentence --- pixmappaint.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixmappaint.d b/pixmappaint.d index 3d1007f..1bf8368 100644 --- a/pixmappaint.d +++ b/pixmappaint.d @@ -1068,7 +1068,8 @@ struct SubPixmap { Allocates a new Pixmap cropped to the pixel data of the subimage. See_also: - Use [extractToPixmap] for a non-allocating variant with an . + Use [extractToPixmap] for a non-allocating variant with a + target parameter. +/ Pixmap extractToNewPixmap() const { auto pm = Pixmap.makeNew(size);