Skip to content

Commit 4b1e131

Browse files
committed
Improve comment
1 parent 2e67479 commit 4b1e131

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

frontend/src/ts/input/hotkeys/quickrestart.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ function quickRestart(e: KeyboardEvent): void {
2222
}
2323
}
2424

25-
// We also want to have a hotkey without shift, so when test is considered long (which
26-
// means that we can't quick restart), we show a notification when user presses quick
27-
// restart key without shift, and restart when pressed with shift.
25+
// We also want to have a hotkey for quick restart key without shift, so when the
26+
// test is considered long (which means that we can't quick restart), we show a
27+
// notification when the user tries to press the quick restart key without shift,
28+
// and we'll restart when it's pressed with shift.
2829
createHotkey(
2930
() => quickRestartHotkeyMap[getConfig.quickRestart],
3031
quickRestart,

0 commit comments

Comments
 (0)