Fixed typo in String.mli (#9936)

Replaced 'escape' by 'escaped'
master
Joan Thibault 2020-09-24 14:12:58 +02:00 committed by GitHub
parent 2bc93f5791
commit 3e7532a49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ val escaped : string -> string
The function {!Scanf.unescaped} is a left inverse of [escaped],
i.e. [Scanf.unescaped (escaped s) = s] for any string [s] (unless
[escape s] fails).
[escaped s] fails).
@raise Invalid_argument if the result is longer than
{!Sys.max_string_length} bytes. *)

View File

@ -215,7 +215,7 @@ val escaped : string -> string
The function {!Scanf.unescaped} is a left inverse of [escaped],
i.e. [Scanf.unescaped (escaped s) = s] for any string [s] (unless
[escape s] fails).
[escaped s] fails).
@raise Invalid_argument if the result is longer than
{!Sys.max_string_length} bytes. *)