Skip to content

Commit

Permalink
Only one comment block for QCheck.Print.int32
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid authored Jan 2, 2025
1 parent d26209d commit 6144efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/QCheck.mli
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,9 @@ module Print : sig

val int : int t (** Integer printer. *)

val int32 : int32 t (** 32-bit integer printer. *)
(** @since NEXT_RELEASE *)
val int32 : int32 t
(** 32-bit integer printer.
@since NEXT_RELEASE *)

val int64 : int64 t (** 64-bit integer printer. *)
(** @since NEXT_RELEASE *)
Expand Down

0 comments on commit 6144efd

Please sign in to comment.