From 7279e935044360d21227715cef0d6117c6ddc35e Mon Sep 17 00:00:00 2001
From: manuel <manuel@focs.ji.sjtu.edu.cn>
Date: Sat, 2 Nov 2024 13:49:28 +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 c5e4c38..08dc53d 100644
--- a/JOJ3-Configuration-For-TAs.md
+++ b/JOJ3-Configuration-For-TAs.md
@@ -179,7 +179,7 @@ doesn't already have a parser implement in JOJ3
 #### Result-status parser
 
 - `comment [string]`: comment to display on successful run 
-- `forcequit [boolean]`: quit at the end of the stage if if the error status is not 0 (default: `false`)
+- `forcequit [boolean]`: quit at the end of the stage if if the error status is not 0 (default: `true`)
 - `score [int]`: score to assign on a successful run (default: `0`)
 
 *Note.* The main benefit of this parser is that it quits on failure. It could be used to exit at