From 0646a67c692f38f44cce745aa8113825ed684b9f Mon Sep 17 00:00:00 2001 From: arexon Date: Mon, 14 Oct 2024 18:46:56 +0300 Subject: [PATCH] Update comment in DirWatcher --- regolith/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regolith/watcher.go b/regolith/watcher.go index 0fdd2bf..25dec9c 100644 --- a/regolith/watcher.go +++ b/regolith/watcher.go @@ -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