mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix cowboy:stop_listener/1 spec in manual
This commit is contained in:
parent
b72c420d58
commit
4ff6b0238b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue