From a7401aa1c3f6a4a03fcf9cf712e0122a551c715a Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Fri, 22 Dec 2023 03:36:51 +0100 Subject: [PATCH] Remove dangling "Let's" from example code --- pixelpresenter.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelpresenter.d b/pixelpresenter.d index 55370a5..94426fa 100644 --- a/pixelpresenter.d +++ b/pixelpresenter.d @@ -93,7 +93,7 @@ // multiple of the internal // resolution. // The gentle reader might have noticed that the integer scaling will result - // in a padding/border area around the image for most window sizes. Let’s + // in a padding/border area around the image for most window sizes. // How about changing its color? cfg.renderer.background = ColorF(Pixel.white);