Skip to content

Commit

Permalink
Update comment in DirWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon committed Oct 14, 2024
1 parent 524aa99 commit 0646a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regolith/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/arexon/fsnotify"
)

// DirWatcher handles watching for changes in a specific directory (e.g. RP).
// DirWatcher handles watching for changes in a multiple root directories.
//
// fsnotify doesn't *officially* support recursive file watching yet. Windows
// and and Linux are supported, but not macOS. For now, this implementation uses
Expand Down

0 comments on commit 0646a67

Please sign in to comment.