Merge pull request #14764 from apeltop/correct-typos

Correct typos
This commit is contained in:
Tim van der Meij 2022-04-10 14:55:08 +02:00 committed by GitHub
commit cdb3481d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -43,7 +43,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;