Skip to content

Commit a58372b

Browse files
committed
add a @SInCE
1 parent 70dcf82 commit a58372b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tiny_httpd.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ val create :
459459
@param sock an existing socket given to the server to listen on, e.g. by
460460
systemd on Linux (or launchd on macOS). If passed in, this socket will be
461461
used instead of the [addr] and [port]. If not passed in, those will be
462-
used. *)
462+
used. This parameter exists since 0.10.
463+
*)
463464

464465
val addr : t -> string
465466
(** Address on which the server listens. *)

0 commit comments

Comments
 (0)