Skip to content

Commit 6747e52

Browse files
committed
Review: fix typo in shuffle_w_l migration annotation
1 parent c547400 commit 6747e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/QCheck.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ module Gen : sig
283283
284284
@since 0.90 *)
285285

286-
val shuffle_w_l : (int * 'a) list -> 'a list t [@@deprecated "Use [shuffle_list_weighted] instead"][@@migrate { repl = Rel.shuffle_weighted }]
286+
val shuffle_w_l : (int * 'a) list -> 'a list t [@@deprecated "Use [shuffle_list_weighted] instead"][@@migrate { repl = Rel.shuffle_list_weighted }]
287287
(** An alias for {!shuffle_list_weighted} since 0.90.
288288
@since 0.11
289289
@deprecated use {!shuffle_list_weighted} instead. *)

0 commit comments

Comments
 (0)