Skip to content

Commit

Permalink
remove extra "to" from doc comment (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
maranix committed May 15, 2024
1 parent bec8903 commit ad74244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func NewBufferedWatcher(sz uint) (*Watcher, error) {
//
// Watching individual files (rather than directories) is generally not
// recommended as many programs (especially editors) update files atomically: it
// 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,
// overwriting the original (or some variant thereof). The watcher on the
// original file is now lost, as that no longer exists.
//
Expand Down

0 comments on commit ad74244

Please sign in to comment.