Skip to content

Commit 1055536

Browse files
committed
Adjust wording of a comment for more clarity.
1 parent 97dfa5e commit 1055536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer.cubing.net/timing/Controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type TransitionMap = Record<State, State>;
1616

1717
export class Controller {
1818
private timer: Timer;
19-
// @ts-ignore: This is initialized but TypeScript is not powerful enough to tell.
19+
// @ts-ignore: This is initialized unconditionally by the constructor but TypeScript is not powerful enough to tell.
2020
private state: State;
2121
constructor(
2222
private domElement: HTMLElement,

0 commit comments

Comments
 (0)