]> go.fuhry.dev Git - fsnotify.git/commitdiff
changelog: fix link
authorNathan Youngman <git@nathany.com>
Thu, 1 Jan 2015 02:59:35 +0000 (19:59 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 1 Jan 2015 02:59:35 +0000 (19:59 -0700)
CHANGELOG.md

index 65a10a73435e616d53259d3de564faa92a7b566b..3b15524a07347fff79b434fee27bfe244be84a68 100644 (file)
@@ -10,7 +10,7 @@
     * remove calls to os.NewSyscallError
 * More efficient string concatenation for Event.String() [#52](https://github.com/go-fsnotify/fsnotify/pull/52) (thanks @mdlayher)
 * kqueue: fix regression in  rework causing subdirectories to be watched [#48](https://github.com/go-fsnotify/fsnotify/issues/48)
-* kqueue: cleanup internal watch before sending remove event [#51](https://github.com/go-fsnotify/fsnotify/issues/48)
+* kqueue: cleanup internal watch before sending remove event [#51](https://github.com/go-fsnotify/fsnotify/issues/51)
 
 ## v1.0.4 / 2014-09-07