From ffc59564a143b2ec9bbf33729271bb1cce19c6f9 Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Tue, 8 Nov 2016 08:54:35 +0100 Subject: Complete a truncated comment Introduce by myself, I'm afraid, in #308. Noticed by PMP during the review, but I forgot to fix it before merge. --- lib/monad.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/monad.mli b/lib/monad.mli index f7de71f53a..7b0a3e600f 100644 --- a/lib/monad.mli +++ b/lib/monad.mli @@ -66,7 +66,8 @@ module type ListS = sig its second argument in a tail position. *) val iter : ('a -> unit t) -> 'a list -> unit t - (** Like the regular {!CList.map_filter}. The monadic effects are threaded left*) + (** Like the regular {!CList.map_filter}. The monadic effects are + threaded left to right. *) val map_filter : ('a -> 'b option t) -> 'a list -> 'b list t -- cgit v1.2.3