Skip to content

Commit 6d0a974

Browse files
authored
Merge pull request #2035 from MantriHimaVamshi-AidenAI/patch-1
Fix comment typo in display.js
2 parents d1a1244 + ef32570 commit 6d0a974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/display.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class Display {
1414
constructor(target) {
1515
this._drawCtx = null;
1616

17-
this._renderQ = []; // queue drawing actions for in-oder rendering
17+
this._renderQ = []; // queue drawing actions for in-order rendering
1818
this._flushPromise = null;
1919

2020
// the full frame buffer (logical canvas) size

0 commit comments

Comments
 (0)