Skip to content

Commit a5b1a39

Browse files
committedApr 5, 2017
Fix missing deprecated attribute.
1 parent f6d53cc commit a5b1a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎stdlib/stringLabels.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ val init : int -> f:(int -> char) -> string
5656
Raise [Invalid_argument] if [n < 0] or [n > ]{!Sys.max_string_length}.
5757
@since 4.02.0 *)
5858

59-
val copy : string -> string
59+
val copy : string -> string [@@ocaml.deprecated]
6060
(** Return a copy of the given string. *)
6161

6262
val sub : string -> pos:int -> len:int -> string

0 commit comments

Comments
 (0)
Please sign in to comment.