From 8e613a6ff3a70368d612c25c8aa5ddbcbbc5ba40 Mon Sep 17 00:00:00 2001 From: Smit Soni Date: Sat, 30 Mar 2024 11:31:33 -0700 Subject: [PATCH] fix typo in Event's is_readable documentation --- src/event/event.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/event/event.rs b/src/event/event.rs index 2d85742b9..da41e2889 100644 --- a/src/event/event.rs +++ b/src/event/event.rs @@ -28,8 +28,8 @@ impl Event { /// /// # Notes /// - /// Out-of-band (OOB) data also triggers readable events. But must - /// application don't actually read OOB data, this could leave an + /// Out-of-band (OOB) data also triggers readable events. But most + /// applications don't actually read OOB data, this could leave an /// application open to a Denial-of-Service (Dos) attack, see /// . /// However because Mio uses edge-triggers it will not result in an infinite