From ef3257037f3c1ead683f07a117f0244f3936a924 Mon Sep 17 00:00:00 2001 From: MantriHimaVamshi-AidenAI Date: Mon, 5 Jan 2026 12:34:06 +0530 Subject: [PATCH] Fix comment typo in display.js I noticed a simple typo - "inoder rendering" --- core/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/display.js b/core/display.js index 4efd6f4b..a7bb2d6c 100644 --- a/core/display.js +++ b/core/display.js @@ -14,7 +14,7 @@ export default class Display { constructor(target) { this._drawCtx = null; - this._renderQ = []; // queue drawing actions for in-oder rendering + this._renderQ = []; // queue drawing actions for in-order rendering this._flushPromise = null; // the full frame buffer (logical canvas) size