Fix comment typo in display.js

I noticed a simple typo - "inoder rendering"
This commit is contained in:
MantriHimaVamshi-AidenAI 2026-01-05 12:34:06 +05:30 committed by GitHub
parent d44f7e04fc
commit ef3257037f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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