Skip to content

Commit

Permalink
Update deprecation comment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Jul 26, 2023
1 parent f4f2e5c commit 265a0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/lwt_main.mli
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ val abandon_yielded_and_paused : unit -> unit [@@deprecated "Use Lwt.abandon_pau
This is meant for use with {!Lwt_unix.fork}, as a way to “abandon” more
promise chains that are pending in your process.
@deprecated Since 5.5.1 [abandon_yielded_and_paused] is deprecated in favour
@deprecated Since 5.7 [abandon_yielded_and_paused] is deprecated in favour
of [Lwt.abandon_paused]. *)


Expand Down

0 comments on commit 265a0c2

Please sign in to comment.