From 01d23df6c4ad5c899069d87e6832c93b0dcf0200 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 19 Oct 2024 07:47:45 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 7fc01d0..00163cd 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -149,7 +149,7 @@ outputs for the online judge. Some parsers can also be further configured. #### Keyword parser -- `forcequit [boolean]`: quit at the end of this stage if there is a match +- `forcequit [boolean]`: quit at the end of the stage if there is a match - `keyword [array of string]`: list of keywords to catch on `stdout` - `weight [array of int]`: corresponding weight for each keyword caught on `stdout`