From c2b7c0e39db239479548a0a3ad315b91b63f0c90 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 1 May 2025 11:41:07 -0400 Subject: [PATCH] remove comment --- src/posix/nanoev_posix.mli | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/posix/nanoev_posix.mli b/src/posix/nanoev_posix.mli index 5d23b61..60e88ee 100644 --- a/src/posix/nanoev_posix.mli +++ b/src/posix/nanoev_posix.mli @@ -5,6 +5,4 @@ include module type of struct end val create : unit -> t -(** Create a new nanoev loop using [Iomux] (poll/ppoll). - - {b NOTE}: this is NOT thread-safe *) +(** Create a new nanoev loop using [Iomux] (poll/ppoll). *)