summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_man.ml
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-02-25 10:08:09 +0100
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-02-25 10:08:09 +0100
commit3c5ecdcfa6247ceafa198ce619f8317da731f46c (patch)
tree0f9ececf5d75c129dade597b46951a679c2f6c92 /ocamldoc/odoc_man.ml
parent8b2be670a53f6329950726dd15f55edfa58d12c1 (diff)
downloadocaml-3c5ecdcfa6247ceafa198ce619f8317da731f46c.tar.gz
Remove uses of ;; from the codebase
Diffstat (limited to 'ocamldoc/odoc_man.ml')
-rw-r--r--ocamldoc/odoc_man.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_man.ml b/ocamldoc/odoc_man.ml
index d2da071c7e..cf1335ff33 100644
--- a/ocamldoc/odoc_man.ml
+++ b/ocamldoc/odoc_man.ml
@@ -32,7 +32,7 @@ let new_buf () = Buffer.create 1024
let bp = Printf.bprintf
let bs = Buffer.add_string
-let linebreak = "\n.sp\n";;
+let linebreak = "\n.sp\n"
(** A class used to get a [text] for info structures. *)
class virtual info =