Skip to content

Commit 52b82dd

Browse files
committed
Fixing what is probably a typo in Strict Proofs mode (rocq-prover#5062).
1 parent af2df1a commit 52b82dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/decl_mode/decl_proof_instr.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let _ =
4242
declare_bool_option
4343
{ optsync = true;
4444
optdepr = false;
45-
optname = "strict mode";
45+
optname = "strict proofs";
4646
optkey = ["Strict";"Proofs"];
4747
optread = get_strictness;
4848
optwrite = set_strictness }

0 commit comments

Comments
 (0)