Skip to content

Commit

Permalink
Fix cowboy:stop_listener/1 spec in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
sinasamavati committed Feb 20, 2014
1 parent b72c420 commit 4ff6b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/cowboy.md
Expand Up @@ -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()
Expand Down

0 comments on commit 4ff6b02

Please sign in to comment.