From 359edb26ff3d85e050aca066d40f693bfcb37e56 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Sun, 6 Oct 2024 04:04:20 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20unnecessary=20=E2=80=9Cthe=E2=80=9D=20?= =?UTF-8?q?from=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pixmappresenter.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixmappresenter.d b/pixmappresenter.d index fa9269a..b93bd04 100644 --- a/pixmappresenter.d +++ b/pixmappresenter.d @@ -103,7 +103,7 @@ // always have a size that is a // multiple of the internal // resolution. - // The gentle reader might have noticed that the integer scaling will result + // The gentle reader might have noticed that integer scaling will result // in a padding/border area around the image for most window sizes. // How about changing its color? cfg.renderer.background = ColorF(Pixel.white);