Skip to content

Commit 998ee0c

Browse files
authored
Fix typo (#667)
1 parent 48541cb commit 998ee0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notify-debouncer-full/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub trait FileIdCache {
3030
///
3131
/// This will be called if the notification back-end has dropped events.
3232
/// The root paths are passed as argument, so the implementer doesn't have to store them.
33-
///
33+
///
3434
/// The default implementation calls `add_path` for each root path.
3535
fn rescan(&mut self, root_paths: &[(PathBuf, RecursiveMode)]) {
3636
for (path, recursive_mode) in root_paths {

notify/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl Config {
100100
/// For the [INotifyWatcher](crate::INotifyWatcher), [KqueueWatcher](crate::KqueueWatcher),
101101
/// and [PollWatcher](crate::PollWatcher).
102102
///
103-
/// Determine if sybolic links should be followed when recursively watching a directory.
103+
/// Determine if symbolic links should be followed when recursively watching a directory.
104104
///
105105
/// This can't be changed during runtime. On by default.
106106
pub fn with_follow_symlinks(mut self, follow_symlinks: bool) -> Self {

0 commit comments

Comments
 (0)