diff options
Diffstat (limited to 'src/gatherer.erl')
-rw-r--r-- | src/gatherer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gatherer.erl b/src/gatherer.erl index 31dda16e..1e03d6c4 100644 --- a/src/gatherer.erl +++ b/src/gatherer.erl @@ -42,7 +42,7 @@ -ifdef(use_specs). --spec(start_link/0 :: () -> {'ok', pid()} | 'ignore' | {'error', any()}). +-spec(start_link/0 :: () -> {'ok', pid()} | {'error', any()}). -spec(stop/1 :: (pid()) -> 'ok'). -spec(fork/1 :: (pid()) -> 'ok'). -spec(finish/1 :: (pid()) -> 'ok'). |