We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec8903 commit ad74244Copy full SHA for ad74244
fsnotify.go
@@ -301,7 +301,7 @@ func NewBufferedWatcher(sz uint) (*Watcher, error) {
301
//
302
// Watching individual files (rather than directories) is generally not
303
// recommended as many programs (especially editors) update files atomically: it
304
-// will write to a temporary file which is then moved to to destination,
+// will write to a temporary file which is then moved to destination,
305
// overwriting the original (or some variant thereof). The watcher on the
306
// original file is now lost, as that no longer exists.
307
0 commit comments