Skip to content

Commit

Permalink
fix typo in Event's is_readable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit Soni authored and Thomasdezeeuw committed Mar 30, 2024
1 parent 8a1bfe1 commit 176a9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/event/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// <https://github.com/sandstorm-io/sandstorm-website/blob/58f93346028c0576e8147627667328eaaf4be9fa/_posts/2015-04-08-osx-security-bug.md>.
/// However because Mio uses edge-triggers it will not result in an infinite
Expand Down

0 comments on commit 176a9f1

Please sign in to comment.