aboutsummaryrefslogtreecommitdiff
path: root/lib/pp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pp.mli')
-rw-r--r--lib/pp.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index b97e74132c..7bb66b0135 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -149,8 +149,8 @@ val prlist_strict : ('a -> t) -> 'a list -> t
val prlist_with_sep :
(unit -> t) -> ('a -> t) -> 'a list -> t
(** [prlist_with_sep sep pr [a ; ... ; c]] outputs
- [pr a ++ sep () ++ ... ++ sep () ++ pr c].
- where the thunk sep is memoized, rather than being called each place
+ [pr a ++ sep () ++ ... ++ sep () ++ pr c].
+ where the thunk sep is memoized, rather than being called each place
its result is used.
*)