Skip to content

Commit 5794d7e

Browse files
Comment fix from review
Co-authored-by: Robert Knight <[email protected]>
1 parent ec27341 commit 5794d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class Board {
138138
*/
139139
private stopKind: StopKind = StopKind.Default;
140140
/**
141-
* Timeout for a pending start call due to StopKind.Restart.
141+
* Timeout for a pending start call due to StopKind.Reset.
142142
*/
143143
private pendingRestart: any;
144144
/**

0 commit comments

Comments
 (0)