Correct typos

This commit is contained in:
apeltop 2022-04-09 09:43:18 +09:00
parent 497c0610cd
commit a97dd26389
11 changed files with 11 additions and 11 deletions

View file

@ -42,7 +42,7 @@ const MAX_FONT_SIZE = 100;
const MAX_GROUP_SIZE = 4096;
// Defines the time the `executeOperatorList`-method is going to be executing
// before it stops and shedules a continue of execution.
// before it stops and schedules a continue of execution.
const EXECUTION_TIME = 15; // ms
// Defines the number of steps before checking the execution time.
const EXECUTION_STEPS = 10;