aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttt.jai b/ttt.jai
index 7fdd9af..ffe9494 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1674,7 +1674,7 @@ main :: () {
TUI.flush_input();
TUI.set_next_key(TUI.Keys.F2);
- // Rename task.
+ // Rename.
case TUI.Keys.F2;
if (selected_task == null) continue;