summaryrefslogtreecommitdiffhomepage
path: root/coq.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'coq.html.markdown')
-rw-r--r--coq.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.html.markdown b/coq.html.markdown
index 115d9ff8..604a1f56 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.
-```coq
+```ocaml
(*** Comments ***)
(* Comments are enclosed in (* and *). It's fine to nest comments. *)