summaryrefslogtreecommitdiff
path: root/stdlib/marshal.mli
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-10-31 09:48:32 +0000
committerDavid Allsopp <david.allsopp@metastack.com>2022-10-31 09:48:32 +0000
commit8e12c01e459872592e2959dc70da9e9e25695ca6 (patch)
tree0f71593c83d900d9b5d51361717face6b443ff99 /stdlib/marshal.mli
parentcc3d9cb9bbe594b89e0339c6ef8b1da74a537972 (diff)
downloadocaml-8e12c01e459872592e2959dc70da9e9e25695ca6.tar.gz
Remove .0 from all @since, @before and @after
Diffstat (limited to 'stdlib/marshal.mli')
-rw-r--r--stdlib/marshal.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/marshal.mli b/stdlib/marshal.mli
index 6521b4adfa..7c65091001 100644
--- a/stdlib/marshal.mli
+++ b/stdlib/marshal.mli
@@ -118,7 +118,7 @@ external to_bytes :
the representation of [v].
The [flags] argument has the same meaning as for
{!Marshal.to_channel}.
- @since 4.02.0 *)
+ @since 4.02 *)
external to_string :
'a -> extern_flags list -> string = "caml_output_value_to_string"
@@ -151,7 +151,7 @@ val from_bytes : bytes -> int -> 'a
representation is not read from a channel, but taken from
the byte sequence [buff], starting at position [ofs].
The byte sequence is not mutated.
- @since 4.02.0 *)
+ @since 4.02 *)
val from_string : string -> int -> 'a
(** Same as [from_bytes] but take a string as argument instead of a