Skip to content

Commit ad74244

Browse files
authored
remove extra "to" from doc comment (#634)
1 parent bec8903 commit ad74244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsnotify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func NewBufferedWatcher(sz uint) (*Watcher, error) {
301301
//
302302
// Watching individual files (rather than directories) is generally not
303303
// recommended as many programs (especially editors) update files atomically: it
304-
// will write to a temporary file which is then moved to to destination,
304+
// will write to a temporary file which is then moved to destination,
305305
// overwriting the original (or some variant thereof). The watcher on the
306306
// original file is now lost, as that no longer exists.
307307
//

0 commit comments

Comments
 (0)