aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/iArray.mli2
-rw-r--r--lib/pp.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/iArray.mli b/lib/iArray.mli
index 9c28eb82b0..a3789845e3 100644
--- a/lib/iArray.mli
+++ b/lib/iArray.mli
@@ -71,7 +71,7 @@ val singleton : 'a -> 'a t
(** The singleton array. *)
val diff : 'a t -> (int * 'a) list -> 'a t
-(** [diff t [(i1, x1); ...; (in, xn)] create an array identical to [t] except on
+(** [diff t [(i1, x1); ...; (in, xn)]] create an array identical to [t] except on
indices [ik] that will contain [xk]. If the same index is present several
times on the diff, which value is chosen is undefined. *)
diff --git a/lib/pp.mli b/lib/pp.mli
index bc7441836b..ccc6651ae1 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -106,7 +106,7 @@ val std_logger : logger
val set_logger : logger -> unit
-(** {6 Feedback sent, even asynchronously, to the user interface *)
+(** {6 Feedback sent, even asynchronously, to the user interface} *)
(* This stuff should be available to most of the system, line msg_* above.
* But I'm unsure this is the right place, especially for the global edit_id.