summaryrefslogtreecommitdiff
path: root/stdlib/out_channel.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/out_channel.mli
parentcc3d9cb9bbe594b89e0339c6ef8b1da74a537972 (diff)
downloadocaml-8e12c01e459872592e2959dc70da9e9e25695ca6.tar.gz
Remove .0 from all @since, @before and @after
Diffstat (limited to 'stdlib/out_channel.mli')
-rw-r--r--stdlib/out_channel.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/out_channel.mli b/stdlib/out_channel.mli
index 728bdf5cf2..ab314de889 100644
--- a/stdlib/out_channel.mli
+++ b/stdlib/out_channel.mli
@@ -15,7 +15,7 @@
(** Output channels.
- @since 4.14.0 *)
+ @since 4.14 *)
type t = out_channel
(** The type of output channel. *)
@@ -163,4 +163,4 @@ val isatty : t -> bool
(** [isatty oc] is [true] if [oc] refers to a terminal or console window,
[false] otherwise.
- @since 5.1.0 *)
+ @since 5.1 *)