Skip to content

Commit d70f6e6

Browse files
documentation tweak
1 parent 242e2f7 commit d70f6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lwt.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ external reraise : exn -> 'a = "%reraise"
586586
This function is intended to be used in the exception handlers of
587587
[Lwt.catch] and [Lwt.try_bind].
588588
589-
It is also used by the ppx extension internally. *)
589+
It is also used in the code produced by Lwt_ppx. *)
590590

591591
val catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
592592
(** [Lwt.catch f h] applies [f ()], which returns a promise, and then makes it

0 commit comments

Comments
 (0)