0
Fork 0
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:
Sina Samavati 2014-02-21 00:31:38 +03:30
parent b72c420d58
commit 4ff6b0238b

View file

@ -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()