Skip to content

Commit 9a81558

Browse files
fix docs refs
1 parent 8b3cec1 commit 9a81558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/FileWatching/docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FileWatching.unwatch_folder
1111
# Pidfile
1212

1313
```@meta
14-
CurrentModule = Pidfile
14+
CurrentModule = FileWatching.Pidfile
1515
```
1616

1717
A simple utility tool for creating advisory pidfiles (lock files).
@@ -20,7 +20,7 @@ A simple utility tool for creating advisory pidfiles (lock files).
2020

2121
```@docs
2222
mkpidlock
23-
close
23+
close(lock::LockMonitor)
2424
```
2525

2626

0 commit comments

Comments
 (0)