diff options
Diffstat (limited to 'coq.html.markdown')
-rw-r--r-- | coq.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.html.markdown b/coq.html.markdown index 604a1f56..115d9ff8 100644 --- a/coq.html.markdown +++ b/coq.html.markdown @@ -16,7 +16,7 @@ The standard usage model of Coq is to write it with interactive tool assistance, Inside Proof General `Ctrl+C Ctrl+<Enter>` will evaluate up to your cursor. -```ocaml +```coq (*** Comments ***) (* Comments are enclosed in (* and *). It's fine to nest comments. *) |