From 0f25c0e18c8ef0ad78fea6ea1f97a02405b516b0 Mon Sep 17 00:00:00 2001 From: Chris Denman Date: Mon, 18 Aug 2025 21:29:54 +0100 Subject: [PATCH] Fixing ungrammatical usage of 'comprised of'. --- df.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/df.txt b/df.txt index 43785ce..1758ce8 100644 --- a/df.txt +++ b/df.txt @@ -399,7 +399,7 @@ relative to the start of the buffer as: pixelOffset = x | (y * 16); ----- -a 16{times}12 image comprised of 4{times}4 tiles may calculate the +a 16{times}12 image comprising 4{times}4 tiles may calculate the pixel offset relative to the start of the buffer as: -----