Skip to content

Commit 9bbad10

Browse files
documentation tweak
1 parent 6ce3d55 commit 9bbad10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/lwt.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ external reraise : exn -> 'a = "%reraise"
583583
preserves the existing exception backtrace and even adds a "Re-raised at"
584584
entry with the call location.
585585
586-
This function is intended to be used in [Lwt.catch] exception handlers (and
587-
the likes.
586+
This function is intended to be used in the exception handlers of
587+
[Lwt.catch] and [Lwt.try_bind].
588588
589589
It is also used by the ppx extension internally. *)
590590

0 commit comments

Comments
 (0)