Fix typos

This commit is contained in:
schmelczerandras 2020-11-02 10:08:35 +01:00
parent 55eb0cf0d2
commit 5b37f4bcd4
8 changed files with 25 additions and 26 deletions

View file

@ -73,7 +73,7 @@ export class WebGlStopwatch {
return this.state == StopwatchState.waitingForResults;
}
public get resultsInMilliSeconds(): number {
public get resultsInMilliseconds(): number {
return this.resultsInNanoSeconds! / 1000 / 1000;
}
}