aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-08 11:22:26 +0100
committerThéo Zimmermann2019-11-08 11:22:26 +0100
commitc52c1bfef62442d4c318522bddc54a186164b020 (patch)
treeb2722589f0d520efc62152505d827003a6f6aeca /stm
parentae7d7e162f3febcad5dd8678f3369cbecccf8f43 (diff)
parentdb391451c5f89c034e6fec1b10fec66a25e3d4d4 (diff)
Merge PR #11050: Replace "option" in doc when it refers to a flag
Reviewed-by: Zimmi48
Diffstat (limited to 'stm')
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index c399b69a77..2b68e1778d 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -2892,7 +2892,7 @@ let process_transaction ~doc ?(newtip=Stateid.fresh ())
| VtStartProof (guarantee, names) ->
if not (get_allow_nested_proofs ()) && VCS.proof_nesting () > 0 then
- "Nested proofs are not allowed unless you turn option Nested Proofs Allowed on."
+ "Nested proofs are not allowed unless you turn the Nested Proofs Allowed flag on."
|> Pp.str
|> (fun s -> (UserError (None, s), Exninfo.null))
|> State.exn_on ~valid:Stateid.dummy newtip