diff options
Diffstat (limited to 'stdlib/scanf.mli')
-rw-r--r-- | stdlib/scanf.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli index 646fcccdb..14cd949ed 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -269,7 +269,7 @@ val sscanf_format : (('a, 'b, 'c, 'd) format4 -> 'e) -> 'e;; (** Same as {!Scanf.bscanf}, but inputs from the given string. *) -val scan_format : +val format_from_string : string -> ('a, 'b, 'c, 'd) format4 -> ('a, 'b, 'c, 'd) format4;; (** Same as {!Scanf.sscanf_format}, but converts the given string to a format string. *) |