summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_misc.mli
diff options
context:
space:
mode:
authorFourchaux <jprodi04@gmail.com>2017-08-10 12:59:23 +0200
committerMark Shinwell <mshinwell@gmail.com>2017-08-10 11:59:23 +0100
commit72cfdd56e9459af07731451c4c10ae0ec2c6d877 (patch)
treeb1958e44ee1ea40bcca88e4a2445ce42f878e724 /ocamldoc/odoc_misc.mli
parent9a1ddfa2dac2207b3a75a32bf9550fb4bcb39f6e (diff)
downloadocaml-72cfdd56e9459af07731451c4c10ae0ec2c6d877.tar.gz
Typos and basic grammar error fixing (#1280)
Diffstat (limited to 'ocamldoc/odoc_misc.mli')
-rw-r--r--ocamldoc/odoc_misc.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_misc.mli b/ocamldoc/odoc_misc.mli
index 03918f8aa5..8b848158fa 100644
--- a/ocamldoc/odoc_misc.mli
+++ b/ocamldoc/odoc_misc.mli
@@ -64,7 +64,7 @@ val string_of_info : Odoc_types.info -> string
val apply_opt : ('a -> 'b) -> 'a option -> 'b option
(** Return a string representing a date given as a number of seconds
- since 1970. The hour is optionnaly displayed. *)
+ since 1970. The hour is optionally displayed. *)
val string_of_date : ?absolute:bool -> ?hour:bool -> float -> string
(* Value returned by string_of_date for current time.
@@ -110,7 +110,7 @@ val remove_ending_newline : string -> string
val search_string_backward : pat: string -> s: string -> int
(** Take a type and remove the option top constructor. This is
- useful when printing labels, we we then remove the top option contructor
+ useful when printing labels, we then remove the top option constructor
for optional labels.*)
val remove_option : Types.type_expr -> Types.type_expr