Skip to content

Commit

Permalink
removes comma from features comment
Browse files Browse the repository at this point in the history
There's a comma when explaining the features mod that breaks the sentence awkwardly.
  • Loading branch information
martinomburajr authored and Thomasdezeeuw committed Feb 11, 2022
1 parent d400ddf commit df8dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub mod features {
#![cfg_attr(feature = "os-poll", doc = "## `os-poll` (enabled)")]
#![cfg_attr(not(feature = "os-poll"), doc = "## `os-poll` (disabled)")]
//!
//! Mio by default provides only a shell implementation, that `panic!`s the
//! Mio by default provides only a shell implementation that `panic!`s the
//! moment it is actually run. To run it requires OS support, this is
//! enabled by activating the `os-poll` feature.
//!
Expand Down

0 comments on commit df8dcd4

Please sign in to comment.