Skip to content

Commit

Permalink
Merge pull request ocaml#13566 from kit-ty-kate/since-poll_actions
Browse files Browse the repository at this point in the history
Add missing @SInCE documentation to Sys.poll_actions
  • Loading branch information
dra27 authored Oct 21, 2024
2 parents 6c946cd + bd8e6f5 commit 3022371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/sys.mli
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ external runtime_parameters : unit -> string = "caml_runtime_parameters"

external poll_actions : unit -> unit = "%poll"
(** Run any pending runtime actions, such as minor collections, major
GC slices, signal handlers, finalizers, or memprof callbacks. *)
GC slices, signal handlers, finalizers, or memprof callbacks.
@since 5.3 *)


(** {1 Signal handling} *)
Expand Down

0 comments on commit 3022371

Please sign in to comment.