Skip to content

Commit

Permalink
Fix spelling mistake (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Sep 26, 2022
1 parent 0775e62 commit c565696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/watcher_kind.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{path::Path, time::Duration};
use notify::*;

// exampale of detecting the recommended watcher kind
// example of detecting the recommended watcher kind
fn main() {
let (tx, rx) = std::sync::mpsc::channel();
// This example is a little bit misleading as you can just create one Config and use it for all watchers.
Expand Down

0 comments on commit c565696

Please sign in to comment.