From 943cd3042602ecc1f02a8ff9ddef5299e2163a1b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:26:59 +0000 Subject: [PATCH] Fix false positive TODO flag in Todo CLI Demo Changed `# Todo CLI Demo` to `# To-Do CLI Demo` to prevent the comment from being incorrectly flagged as an actionable TODO item by issue trackers. Co-authored-by: Tcode-Motion <188012755+Tcode-Motion@users.noreply.github.com> --- examples/todo_cli/todo.txs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo_cli/todo.txs b/examples/todo_cli/todo.txs index ba48f4e4..6d4f3bc4 100644 --- a/examples/todo_cli/todo.txs +++ b/examples/todo_cli/todo.txs @@ -1,4 +1,4 @@ -# Todo CLI Demo +# To-Do CLI Demo use collections do add_todo(todo_list, title)