From 7bc9fb6ca42d02e1c4884dc94479d8630d59a770 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 13 Nov 2024 10:39:39 +0100 Subject: [PATCH] Fix example partial output AFAIK "annotate" isn't a correct command, "annotate-code" is --- en/references/judges/creating-a-judge/index.md | 2 +- nl/references/judges/creating-a-judge/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/references/judges/creating-a-judge/index.md b/en/references/judges/creating-a-judge/index.md index f6da52372..c7d285169 100644 --- a/en/references/judges/creating-a-judge/index.md +++ b/en/references/judges/creating-a-judge/index.md @@ -137,7 +137,7 @@ Because the format is split up in smaller commands, it can be parsed partially ( ```json { "command": "start-judgement" } { "command": "append-message", "message": "will be added to the judgement" } - { "command": "annotate", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" } + { "command": "annotate-code", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" } { "command": "start-tab", "title": "Tab One" } { "command": "start-context" } { "command": "start-testcase", "description": "case 1" } diff --git a/nl/references/judges/creating-a-judge/index.md b/nl/references/judges/creating-a-judge/index.md index 20f567cda..d700f00fc 100644 --- a/nl/references/judges/creating-a-judge/index.md +++ b/nl/references/judges/creating-a-judge/index.md @@ -137,7 +137,7 @@ Because the format is split up in smaller commands, it can be parsed partially ( ```json { "command": "start-judgement" } { "command": "append-message", "message": "will be added to the judgement" } - { "command": "annotate", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" } + { "command": "annotate-code", "row": 3, "column": 4, "text": "some info on the fourth line, fifth column of the source" } { "command": "start-tab", "title": "Tab One" } { "command": "start-context" } { "command": "start-testcase", "description": "case 1" }