summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorFoo Chuan Wei <11555232+cwfoo@users.noreply.github.com>2018-09-21 18:13:32 +0800
committerGitHub <noreply@github.com>2018-09-21 18:13:32 +0800
commit7a8993776450b8ad36bcdd4200a6a1da83896fe6 (patch)
tree90740ef86bdc2f517620a7c35d8cfa43bd06c36f /stdlib
parentf4274ed89baceaf81f86a0a87ded6223a0f6b193 (diff)
downloadocaml-7a8993776450b8ad36bcdd4200a6a1da83896fe6.tar.gz
Fix typo in Scanf docs
'String.unescaped' -> 'Scanf.unescaped'
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/scanf.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli
index 2b360cb9df..5f48632e4e 100644
--- a/stdlib/scanf.mli
+++ b/stdlib/scanf.mli
@@ -531,7 +531,7 @@ val unescaped : string -> string
in the argument.
Raise {!Scan_failure} if [s] is not properly escaped (i.e. [s] has invalid
escape sequences or special characters that are not properly escaped).
- For instance, [String.unescaped "\""] will fail.
+ For instance, [Scanf.unescaped "\""] will fail.
@since 4.00.0
*)