Skip to content

Commit

Permalink
Fix typo (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it authored Jan 16, 2025
1 parent 48541cb commit 998ee0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notify-debouncer-full/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub trait FileIdCache {
///
/// This will be called if the notification back-end has dropped events.
/// The root paths are passed as argument, so the implementer doesn't have to store them.
///
///
/// The default implementation calls `add_path` for each root path.
fn rescan(&mut self, root_paths: &[(PathBuf, RecursiveMode)]) {
for (path, recursive_mode) in root_paths {
Expand Down
2 changes: 1 addition & 1 deletion notify/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Config {
/// For the [INotifyWatcher](crate::INotifyWatcher), [KqueueWatcher](crate::KqueueWatcher),
/// and [PollWatcher](crate::PollWatcher).
///
/// Determine if sybolic links should be followed when recursively watching a directory.
/// Determine if symbolic links should be followed when recursively watching a directory.
///
/// This can't be changed during runtime. On by default.
pub fn with_follow_symlinks(mut self, follow_symlinks: bool) -> Self {
Expand Down

0 comments on commit 998ee0c

Please sign in to comment.