Skip to content

Commit

Permalink
Add missing s to features crossbeam-channel example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr authored and 0xpr03 committed Oct 1, 2022
1 parent c565696 commit 0e354a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//! You can disable crossbeam-channel, letting notify fallback to std channels via
//!
//! ```toml
//! notify = { version = "5.0.0", default-features = false, feature=["macos_kqueue"] }
//! notify = { version = "5.0.0", default-features = false, features = ["macos_kqueue"] }
//! // Alternatively macos_fsevent instead of macos_kqueue
//! ```
//! Note the `macos_kqueue` requirement here, otherwise no backend is available on macos.
Expand Down

0 comments on commit 0e354a3

Please sign in to comment.