diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/cowboy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy.md b/manual/cowboy.md index c2ef859..0eab0f8 100644 --- a/manual/cowboy.md +++ b/manual/cowboy.md @@ -76,7 +76,7 @@ Exports > Start listening for SPDY connections. Returns the pid for this > listener's supervisor. -### stop_listener(Ref) -> ok +### stop_listener(Ref) -> ok | {error, not_found} > Types: > * Ref = ranch:ref() |