Skip to content

Commit 56c8dc6

Browse files
committed
Fix wrong deprecation message.
1 parent 659d79a commit 56c8dc6

File tree

5 files changed

+169
-169
lines changed

5 files changed

+169
-169
lines changed

jscomp/main/builtin_cmi_datasets.ml

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

jscomp/stdlib-406/pervasives.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ external snd : 'a * 'b -> 'b = "%field1"
665665
*)
666666

667667
val ( @ ) : 'a list -> 'a list -> 'a list
668-
[@@ocaml.deprecated "Use Belt.List.append instead"]
668+
[@@ocaml.deprecated "Use Belt.List.concat instead"]
669669
(** List concatenation. Tail-recursive (length of the first argument).
670670
Right-associative operator at precedence level 5/11. *)
671671

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)