summaryrefslogtreecommitdiff
path: root/stdlib/string.mli
diff options
context:
space:
mode:
authorFardale <fardale+git@crans.org>2022-09-22 16:12:12 +0200
committerFardale <fardale+git@crans.org>2022-09-22 16:15:34 +0200
commit3f77c959b2f60d28e9f40311888732c17f701fe3 (patch)
tree3ccd3f37a29c43bbbe4b92e7ccb89e3f936ec618 /stdlib/string.mli
parent9ea6dd0a17cb919dd08582e577fa1387a2f49303 (diff)
downloadocaml-3f77c959b2f60d28e9f40311888732c17f701fe3.tar.gz
documentation: improve the sync_stdlib_docs tool
Try to improve the case when there is function with label argument in a non label module.
Diffstat (limited to 'stdlib/string.mli')
-rw-r--r--stdlib/string.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/string.mli b/stdlib/string.mli
index 1d61440a81..db3b0d744d 100644
--- a/stdlib/string.mli
+++ b/stdlib/string.mli
@@ -151,14 +151,14 @@ val compare : t -> t -> int
val starts_with :
prefix (* comment thwarts tools/sync_stdlib_docs *) :string -> string -> bool
-(** [starts_with ][~][prefix s] is [true] if and only if [s] starts with
+(** [starts_with ][~prefix s] is [true] if and only if [s] starts with
[prefix].
@since 4.13.0 *)
val ends_with :
suffix (* comment thwarts tools/sync_stdlib_docs *) :string -> string -> bool
-(** [ends_with suffix s] is [true] if and only if [s] ends with [suffix].
+(** [ends_with ][~suffix s] is [true] if and only if [s] ends with [suffix].
@since 4.13.0 *)