Skip to content

Commit 1cc32fa

Browse files
committed
docs(daemon): keep cron comments source-scan friendly
1 parent 0bb707a commit 1cc32fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/palyra-daemon/src/cron.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@ fn cron_job_requires_completion_tool(job: &CronJobRecord) -> bool {
33523352
}
33533353

33543354
fn cron_prompt_mentions_side_effect(prompt: &str) -> bool {
3355-
// English and Czech mutation verbs; the routine prompt corpus is bilingual.
3355+
// Mutation verbs cover the multilingual routine prompt corpus.
33563356
[
33573357
"append", "write", "create", "update", "edit", "save", "delete", "remove", "modify",
33583358
"backup", "generate", "touch", "pridej", "vytvor", "zapis", "uprav", "smaz", "uloz",

0 commit comments

Comments
 (0)