Skip to content

Commit 44abb45

Browse files
committed
Rename Coq -> Rocq in some STM warning
1 parent 1922878 commit 44abb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stm/stm.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1112,9 +1112,9 @@ end = struct (* {{{ *)
11121112
CWarnings.create ~name:"undo-batch-mode" Pp.(fun v ->
11131113
str "Command" ++ spc() ++ quote (Ppvernac.pr_vernac v) ++
11141114
strbrk (" is not recommended in batch mode. In particular, going back in the document" ^
1115-
" is not efficient in batch mode due to Coq not caching previous states for memory optimization reasons." ^
1115+
" is not efficient in batch mode due to Rocq not caching previous states for memory optimization reasons." ^
11161116
" If your use is intentional, you may want to disable this warning and pass" ^
1117-
" the \"-async-proofs-cache force\" option to Coq."))
1117+
" the \"-async-proofs-cache force\" option to Rocq."))
11181118

11191119
let back_tactic n (id,_,_,tactic,undo) =
11201120
let value = (if tactic then 1 else 0) - undo in

0 commit comments

Comments
 (0)