From 4071bdb93a53e6e0da4dacbd15bca7ff1058cd1b Mon Sep 17 00:00:00 2001 From: AlexRV12 <71396855+AlexRV12@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:28:05 +0200 Subject: [PATCH] docs: drop a file-position reference from the job_args header --- frontend/src/lib/components/job_args.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/job_args.ts b/frontend/src/lib/components/job_args.ts index a31af85304..7bcdc3f401 100644 --- a/frontend/src/lib/components/job_args.ts +++ b/frontend/src/lib/components/job_args.ts @@ -1,6 +1,6 @@ /** * A job's arguments as something other than the job sees them: prepared for a run form, - * for the readers of one, and — at the bottom of the file — for a result view. + * for the readers of one, and for a result view. * * The form filters split by what a mistake costs: conforming must not drop what the user * meant to send, so it stays exact and shallow, while stripping and redacting only blank